Html Css Color HEX #99A10C Citrus

📋 copy color: '#99A10C'

red 153 ◦ green 161 ◦ blue 12

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

Shades of Citrus #99A10C

Tints of Citrus #99A10C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.39%

 BLUE value IS 12 (5.08% from 255) = 3.68%

R = 46.93%
G = 49.39%
B = 3.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#99A10C (or 0x99A10C) is known color: Citrus. HEX triplet: 99, A1 and 0C. RGB value is (153,161,12). Sum of RGB (Red+Green+Blue) = 153+161+12=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #99A10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A10C is #665EF3. Grayscale: #8E8E8E. Windows color (decimal): -6708980 or 827801. OLE color: 827801.

HSL color Cylindrical-coordinate representation of color #99A10C: hue angle of 63.22º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99A10C is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 161 12 -
CMYK 0.05 0 0.93 0.37
HSL 63.22º 0.86% 0.34% -
HSV(B) 63.22º 0.93% 0.63% -
XYZ 25.95 32.29 5.21 -
YUV 141.62 54.85 136.12 -
System Red Green Blue C M Y K H S L
Decimal 153 161 12 0.05 0 0.93 0.37 63.22 0.86 0.34
Hex 99 A1 C 5 0 5D 25 3F 56 22
Octal 231 241 14 5 0 135 45 77 126 42
Binary 10011001 10100001 1100 101 0 1011101 100101 111111 1010110 100010

Color Harmonies of #99A10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A10C

Black with #99A10C

Text Example


Text Example

White with #99A10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,161,12); }

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

background-color css

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

 a { background-color: rgb(153,161,12); }

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

border-color css

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

 span { border-color: rgb(153,161,12); }

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