Html Css Color HEX #99A408 Citrus

📋 copy color: '#99A408'

red 153 ◦ green 164 ◦ blue 8

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

Shades of Citrus #99A408

Tints of Citrus #99A408

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.46%

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

R = 47.08%
G = 50.46%
B = 2.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#99A408 (or 0x99A408) is known color: Citrus. HEX triplet: 99, A4 and 08. RGB value is (153,164,8). Sum of RGB (Red+Green+Blue) = 153+164+8=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #99A408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A408 is #665BF7. Grayscale: #8F8F8F. Windows color (decimal): -6708216 or 566425. OLE color: 566425.

HSL color Cylindrical-coordinate representation of color #99A408: hue angle of 64.23º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99A408 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 164 8 -
CMYK 0.07 0 0.95 0.36
HSL 64.23º 0.91% 0.34% -
HSV(B) 64.23º 0.95% 0.64% -
XYZ 26.46 33.34 5.27 -
YUV 142.93 51.86 135.18 -
System Red Green Blue C M Y K H S L
Decimal 153 164 8 0.07 0 0.95 0.36 64.23 0.91 0.34
Hex 99 A4 8 7 0 5F 24 40 5B 22
Octal 231 244 10 7 0 137 44 100 133 42
Binary 10011001 10100100 1000 111 0 1011111 100100 1000000 1011011 100010

Color Harmonies of #99A408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A408

Black with #99A408

Text Example


Text Example

White with #99A408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A408; }

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

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

background-color css

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

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

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

border-color css

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

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

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