#99A218

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

Shades of Citron #99A218

Tints of Citron #99A218

Color information

#99A218 (or 0x99A218) is unknown color: approx Citron. HEX triplet: 99, A2 and 18. RGB value is (153,162,24). Sum of RGB (Red+Green+Blue) = 153+162+24=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #99A218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A218 is #665DE7. Grayscale: #909090. Windows color (decimal): -6708712 or 1614489. OLE color: 1614489.

HSL color Cylindrical-coordinate representation of color #99A218: hue angle of 63.91º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #99A218 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB15316224-
CMYK0.0600.850.36
HSL63.91º74.19%36.47%-
HSV(B)63.91º85.19%63.53%-
XYZ26.2232.685.79-
YUV143.5860.52134.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 162 (63.67% from 255) = 47.79%
BLUE value IS 24 (9.77% from 255) = 7.08%
R=45.13%
G=47.79%
B=7.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153162240.0600.850.3663.9174.1936.47
Hex99A218605524404a24
Octal23124230601254410011244
Binary1001100110100010110001100101010110010010000001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,162,24); }

 H1.HeaderClassName
 {
   color: #99A218;
 }
 .AnyTagClassName
 {
   color: #99A218;
 }
</style>
background-color css

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

 a { background-color: rgb(153,162,24); }

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

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

 span { border-color: rgb(153,162,24); }

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