#99A114

Color #99A114 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #99A114

Tints of Citron #99A114

Color information

#99A114 (or 0x99A114) is unknown color: approx 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

RGB15316120-
CMYK0.0500.880.37
HSL63.4º77.9%35.49%-
HSV(B)63.4º87.58%63.14%-
XYZ26.0132.315.53-
YUV142.5358.85135.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 161 (63.28% from 255) = 48.20%
BLUE value IS 20 (8.20% from 255) = 5.99%
R=45.81%
G=48.20%
B=5.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal153161200.0500.880.3763.477.935.49
Hex99A1145058253f4e23
Octal2312412450130457711643
Binary100110011010000110100101010110001001011111111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>