Html Css Color HEX #99AB12 Citrus

📋 copy color: '#99AB12'

red 153 ◦ green 171 ◦ blue 18

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

Shades of Citrus #99AB12

Tints of Citrus #99AB12

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50%

 BLUE value IS 18 (7.42% from 255) = 5.26%

R = 44.74%
G = 50%
B = 5.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#99AB12 (or 0x99AB12) is known color: Citrus. HEX triplet: 99, AB and 12. RGB value is (153,171,18). Sum of RGB (Red+Green+Blue) = 153+171+18=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AB12 is #6654ED. Grayscale: #949494. Windows color (decimal): -6706414 or 1223577. OLE color: 1223577.

HSL color Cylindrical-coordinate representation of color #99AB12: hue angle of 67.06º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99AB12 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 171 18 -
CMYK 0.11 0 0.89 0.33
HSL 67.06º 0.81% 0.37% -
HSV(B) 67.06º 0.89% 0.67% -
XYZ 27.81 35.94 6.04 -
YUV 148.18 54.54 131.44 -
System Red Green Blue C M Y K H S L
Decimal 153 171 18 0.11 0 0.89 0.33 67.06 0.81 0.37
Hex 99 AB 12 B 0 59 21 43 51 25
Octal 231 253 22 13 0 131 41 103 121 45
Binary 10011001 10101011 10010 1011 0 1011001 100001 1000011 1010001 100101

Color Harmonies of #99AB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AB12

Black with #99AB12

Text Example


Text Example

White with #99AB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,171,18); }

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

background-color css

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

 a { background-color: rgb(153,171,18); }

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

border-color css

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

 span { border-color: rgb(153,171,18); }

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