Html Css Color HEX #988F09 Lucky

📋 copy color: '#988F09'

red 152 ◦ green 143 ◦ blue 9

#988F09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #988F09

Tints of Lucky #988F09

RGB

 RED value IS 152 (59.77% from 255) = 50%

 GREEN value IS 143 (56.25% from 255) = 47.04%

 BLUE value IS 9 (3.91% from 255) = 2.96%

R = 50%
G = 47.04%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#988F09 (or 0x988F09) is known color: Lucky. HEX triplet: 98, 8F and 09. RGB value is (152,143,9). Sum of RGB (Red+Green+Blue) = 152+143+9=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #988F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988F09 is #6770F6. Grayscale: #828282. Windows color (decimal): -6779127 or 626584. OLE color: 626584.

HSL color Cylindrical-coordinate representation of color #988F09: hue angle of 56.22º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #988F09 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 143 9 -
CMYK 0 0.06 0.94 0.40
HSL 56.22º 0.89% 0.32% -
HSV(B) 56.22º 0.94% 0.6% -
XYZ 22.82 26.34 4.14 -
YUV 130.42 59.48 143.4 -
System Red Green Blue C M Y K H S L
Decimal 152 143 9 0 0.06 0.94 0.40 56.22 0.89 0.32
Hex 98 8F 9 0 6 5E 28 38 59 20
Octal 230 217 11 0 6 136 50 70 131 40
Binary 10011000 10001111 1001 0 110 1011110 101000 111000 1011001 100000

Color Harmonies of #988F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F09

Black with #988F09

Text Example


Text Example

White with #988F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988F09; }

 p { color: rgb(152,143,9); }

 H1.HeaderClassName
 {
   color: #988F09;
 }
 .AnyTagClassName
 {
   color: #988F09;
 }
</style>

background-color css

<style>
 a { background-color: #988F09; }

 a { background-color: rgb(152,143,9); }

 div.DivClassName
 {
   background-color: #988F09;
 }
 .BgClassName
 {
   background-color: #988F09;
 }
</style>

border-color css

<style>
 span { border-color: #988F09; }

 span { border-color: rgb(152,143,9); }

 td.TdClassName
 {
   border-color: #988F09;
 }
 .TagClassName
 {
   border-color: #988F09;
 }
</style>