#88A902

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

Shades of Citrus #88A902

Tints of Citrus #88A902

Color information

#88A902 (or 0x88A902) is unknown color: approx Citrus. HEX triplet: 88, A9 and 02. RGB value is (136,169,2). Sum of RGB (Red+Green+Blue) = 136+169+2=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 169 (66.41% from 255 or 55.05% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 169 - color contains mainly: green. Hex color #88A902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A902 is #7756FD. Grayscale: #8C8C8C. Windows color (decimal): -7821054 or 174472. OLE color: 174472.

HSL color Cylindrical-coordinate representation of color #88A902: hue angle of 71.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88A902 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB1361692-
CMYK0.2000.990.34
HSL71.86º97.66%33.53%-
HSV(B)71.86º98.82%66.27%-
XYZ24.3533.615.26-
YUV140.150.07125.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 169 (66.41% from 255) = 55.05%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=44.30%
G=55.05%
B=0.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal13616920.2000.990.3471.8697.6633.53
Hex88A921406322486222
Octal21025122401434211014242
Binary100010001010100110101000110001110001010010001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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