#88A20A

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

Shades of Citron #88A20A

Tints of Citron #88A20A

Color information

#88A20A (or 0x88A20A) is unknown color: approx Citron. HEX triplet: 88, A2 and 0A. RGB value is (136,162,10). Sum of RGB (Red+Green+Blue) = 136+162+10=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #88A20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A20A is #775DF5. Grayscale: #898989. Windows color (decimal): -7822838 or 696968. OLE color: 696968.

HSL color Cylindrical-coordinate representation of color #88A20A: hue angle of 70.26º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88A20A is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB13616210-
CMYK0.1600.940.36
HSL70.26º88.37%33.73%-
HSV(B)70.26º93.83%63.53%-
XYZ23.1331.15.07-
YUV136.956.39127.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 162 (63.67% from 255) = 52.60%
BLUE value IS 10 (4.30% from 255) = 3.25%
R=44.16%
G=52.60%
B=3.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal136162100.1600.940.3670.2688.3733.73
Hex88A2A1005E24465822
Octal210242122001364410613042
Binary10001000101000101010100000101111010010010001101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A20A; }

 p { color: rgb(136,162,10); }

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

<style>
 a { background-color: #88A20A; }

 a { background-color: rgb(136,162,10); }

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

<style>
 span { border-color: #88A20A; }

 span { border-color: rgb(136,162,10); }

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