#99A815

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

Shades of Citrus #99A815

Tints of Citrus #99A815

Color information

#99A815 (or 0x99A815) is unknown color: approx Citrus. HEX triplet: 99, A8 and 15. RGB value is (153,168,21). Sum of RGB (Red+Green+Blue) = 153+168+21=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 168 - color contains mainly: green. Hex color #99A815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A815 is #6657EA. Grayscale: #939393. Windows color (decimal): -6707179 or 1419417. OLE color: 1419417.

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

Color convert

RGB15316821-
CMYK0.0900.880.34
HSL66.12º77.78%37.06%-
HSV(B)66.12º87.5%65.88%-
XYZ27.2734.836-
YUV146.7657.03132.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 168 (66.02% from 255) = 49.12%
BLUE value IS 21 (8.59% from 255) = 6.14%
R=44.74%
G=49.12%
B=6.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal153168210.0900.880.3466.1277.7837.06
Hex99A815905822424e25
Octal231250251101304210211645
Binary10011001101010001010110010101100010001010000101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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