#88A202

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

Shades of Citrus #88A202

Tints of Citrus #88A202

Color information

#88A202 (or 0x88A202) is unknown color: approx Citrus. HEX triplet: 88, A2 and 02. RGB value is (136,162,2). Sum of RGB (Red+Green+Blue) = 136+162+2=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #88A202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A202 is #775DFD. Grayscale: #888888. Windows color (decimal): -7822846 or 172680. OLE color: 172680.

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

Color convert

RGB1361622-
CMYK0.1600.990.36
HSL69.75º97.56%32.16%-
HSV(B)69.75º98.77%63.53%-
XYZ23.0831.084.84-
YUV135.9952.39128.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.33%
GREEN value IS 162 (63.67% from 255) = 54%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=45.33%
G=54%
B=0.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13616220.1600.990.3669.7597.5632.16
Hex88A221006324466220
Octal21024222001434410614240
Binary100010001010001010100000110001110010010001101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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