Html Css Color HEX #999808 Lucky

📋 copy color: '#999808'

red 153 ◦ green 152 ◦ blue 8

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

Shades of Lucky #999808

Tints of Lucky #999808

RGB

 RED value IS 153 (60.16% from 255) = 48.88%

 GREEN value IS 152 (59.77% from 255) = 48.56%

 BLUE value IS 8 (3.52% from 255) = 2.56%

R = 48.88%
G = 48.56%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#999808 (or 0x999808) is known color: Lucky. HEX triplet: 99, 98 and 08. RGB value is (153,152,8). Sum of RGB (Red+Green+Blue) = 153+152+8=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #999808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999808 is #6667F7. Grayscale: #888888. Windows color (decimal): -6711288 or 563353. OLE color: 563353.

HSL color Cylindrical-coordinate representation of color #999808: hue angle of 59.59º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #999808 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 152 8 -
CMYK 0 0.01 0.95 0.4
HSL 59.59º 0.9% 0.32% -
HSV(B) 59.59º 0.95% 0.6% -
XYZ 24.41 29.25 4.59 -
YUV 135.88 55.83 140.21 -
System Red Green Blue C M Y K H S L
Decimal 153 152 8 0 0.01 0.95 0.4 59.59 0.9 0.32
Hex 99 98 8 0 1 5F 28 3C 5A 20
Octal 231 230 10 0 1 137 50 74 132 40
Binary 10011001 10011000 1000 0 1 1011111 101000 111100 1011010 100000

Color Harmonies of #999808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999808

Black with #999808

Text Example


Text Example

White with #999808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999808; }

 p { color: rgb(153,152,8); }

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

background-color css

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

 a { background-color: rgb(153,152,8); }

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

border-color css

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

 span { border-color: rgb(153,152,8); }

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