Html Css Color HEX #99A612 Citrus

📋 copy color: '#99A612'

red 153 ◦ green 166 ◦ blue 18

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

Shades of Citrus #99A612

Tints of Citrus #99A612

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.26%

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

R = 45.4%
G = 49.26%
B = 5.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#99A612 (or 0x99A612) is known color: Citrus. HEX triplet: 99, A6 and 12. RGB value is (153,166,18). Sum of RGB (Red+Green+Blue) = 153+166+18=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #99A612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A612 is #6659ED. Grayscale: #919191. Windows color (decimal): -6707694 or 1222297. OLE color: 1222297.

HSL color Cylindrical-coordinate representation of color #99A612: hue angle of 65.27º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99A612 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 166 18 -
CMYK 0.08 0 0.89 0.35
HSL 65.27º 0.8% 0.36% -
HSV(B) 65.27º 0.89% 0.65% -
XYZ 26.88 34.09 5.74 -
YUV 145.24 56.19 133.53 -
System Red Green Blue C M Y K H S L
Decimal 153 166 18 0.08 0 0.89 0.35 65.27 0.8 0.36
Hex 99 A6 12 8 0 59 23 41 50 24
Octal 231 246 22 10 0 131 43 101 120 44
Binary 10011001 10100110 10010 1000 0 1011001 100011 1000001 1010000 100100

Color Harmonies of #99A612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A612

Black with #99A612

Text Example


Text Example

White with #99A612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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