Html Css Color HEX #99A114 Citron

📋 copy color: '#99A114'

red 153 ◦ green 161 ◦ blue 20

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

Shades of Citron #99A114

Tints of Citron #99A114

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.2%

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 45.81%
G = 48.2%
B = 5.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#99A114 (or 0x99A114) is known color: Citron. HEX triplet: 99, A1 and 14. RGB value is (153,161,20). Sum of RGB (Red+Green+Blue) = 153+161+20=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #99A114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A114 is #665EEB. Grayscale: #8F8F8F. Windows color (decimal): -6708972 or 1352089. OLE color: 1352089.

HSL color Cylindrical-coordinate representation of color #99A114: hue angle of 63.4º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99A114 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 161 20 -
CMYK 0.05 0 0.88 0.37
HSL 63.4º 0.78% 0.35% -
HSV(B) 63.4º 0.88% 0.63% -
XYZ 26.01 32.31 5.53 -
YUV 142.53 58.85 135.46 -
System Red Green Blue C M Y K H S L
Decimal 153 161 20 0.05 0 0.88 0.37 63.4 0.78 0.35
Hex 99 A1 14 5 0 58 25 3F 4E 23
Octal 231 241 24 5 0 130 45 77 116 43
Binary 10011001 10100001 10100 101 0 1011000 100101 111111 1001110 100011

Color Harmonies of #99A114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A114

Black with #99A114

Text Example


Text Example

White with #99A114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,161,20); }

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

background-color css

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

 a { background-color: rgb(153,161,20); }

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

border-color css

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

 span { border-color: rgb(153,161,20); }

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