Html Css Color HEX #99A810 Citrus

📋 copy color: '#99A810'

red 153 ◦ green 168 ◦ blue 16

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

Shades of Citrus #99A810

Tints of Citrus #99A810

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.85%

 BLUE value IS 16 (6.64% from 255) = 4.75%

R = 45.4%
G = 49.85%
B = 4.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#99A810 (or 0x99A810) is known color: Citrus. HEX triplet: 99, A8 and 10. RGB value is (153,168,16). Sum of RGB (Red+Green+Blue) = 153+168+16=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 168 - color contains mainly: green. Hex color #99A810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A810 is #6657EF. Grayscale: #929292. Windows color (decimal): -6707184 or 1091737. OLE color: 1091737.

HSL color Cylindrical-coordinate representation of color #99A810: hue angle of 65.92º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99A810 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 153 168 16 -
CMYK 0.09 0 0.90 0.34
HSL 65.92º 0.83% 0.36% -
HSV(B) 65.92º 0.9% 0.66% -
XYZ 27.23 34.81 5.77 -
YUV 146.19 54.53 132.86 -
System Red Green Blue C M Y K H S L
Decimal 153 168 16 0.09 0 0.90 0.34 65.92 0.83 0.36
Hex 99 A8 10 9 0 5A 22 42 53 24
Octal 231 250 20 11 0 132 42 102 123 44
Binary 10011001 10101000 10000 1001 0 1011010 100010 1000010 1010011 100100

Color Harmonies of #99A810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A810

Black with #99A810

Text Example


Text Example

White with #99A810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,168,16); }

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

background-color css

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

 a { background-color: rgb(153,168,16); }

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

border-color css

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

 span { border-color: rgb(153,168,16); }

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