Html Css Color HEX #99A910 Citrus

📋 copy color: '#99A910'

red 153 ◦ green 169 ◦ blue 16

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

Shades of Citrus #99A910

Tints of Citrus #99A910

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50%

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

R = 45.27%
G = 50%
B = 4.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#99A910 (or 0x99A910) is known color: Citrus. HEX triplet: 99, A9 and 10. RGB value is (153,169,16). Sum of RGB (Red+Green+Blue) = 153+169+16=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 169 (66.41% from 255 or 50% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 169 - color contains mainly: green. Hex color #99A910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A910 is #6656EF. Grayscale: #939393. Windows color (decimal): -6706928 or 1091993. OLE color: 1091993.

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

Color convert

RGB 153 169 16 -
CMYK 0.09 0 0.91 0.34
HSL 66.27º 0.83% 0.36% -
HSV(B) 66.27º 0.91% 0.66% -
XYZ 27.42 35.19 5.84 -
YUV 146.77 54.2 132.44 -
System Red Green Blue C M Y K H S L
Decimal 153 169 16 0.09 0 0.91 0.34 66.27 0.83 0.36
Hex 99 A9 10 9 0 5B 22 42 53 24
Octal 231 251 20 11 0 133 42 102 123 44
Binary 10011001 10101001 10000 1001 0 1011011 100010 1000010 1010011 100100

Color Harmonies of #99A910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A910

Black with #99A910

Text Example


Text Example

White with #99A910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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