Html Css Color HEX #99AA0C Citrus

📋 copy color: '#99AA0C'

red 153 ◦ green 170 ◦ blue 12

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

Shades of Citrus #99AA0C

Tints of Citrus #99AA0C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.75%

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

R = 45.67%
G = 50.75%
B = 3.58%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#99AA0C (or 0x99AA0C) is known color: Citrus. HEX triplet: 99, AA and 0C. RGB value is (153,170,12). Sum of RGB (Red+Green+Blue) = 153+170+12=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AA0C is #6655F3. Grayscale: #939393. Windows color (decimal): -6706676 or 830105. OLE color: 830105.

HSL color Cylindrical-coordinate representation of color #99AA0C: hue angle of 66.46º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99AA0C is Cyan = 0.1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 170 12 -
CMYK 0.1 0 0.93 0.33
HSL 66.46º 0.87% 0.36% -
HSV(B) 66.46º 0.93% 0.67% -
XYZ 27.58 35.55 5.76 -
YUV 146.91 51.87 132.35 -
System Red Green Blue C M Y K H S L
Decimal 153 170 12 0.1 0 0.93 0.33 66.46 0.87 0.36
Hex 99 AA C A 0 5D 21 42 57 24
Octal 231 252 14 12 0 135 41 102 127 44
Binary 10011001 10101010 1100 1010 0 1011101 100001 1000010 1010111 100100

Color Harmonies of #99AA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AA0C

Black with #99AA0C

Text Example


Text Example

White with #99AA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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