#88AA00

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

Shades of Citrus #88AA00

Tints of Citrus #88AA00

Color information

#88AA00 (or 0x88AA00) is unknown color: approx Citrus. HEX triplet: 88, AA and 00. RGB value is (136,170,0). Sum of RGB (Red+Green+Blue) = 136+170+0=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88AA00 is #7755FF. Grayscale: #8D8D8D. Windows color (decimal): -7820800 or 43656. OLE color: 43656.

HSL color Cylindrical-coordinate representation of color #88AA00: hue angle of 72º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88AA00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB1361700-
CMYK0.20010.33
HSL72º100%33.33%-
HSV(B)72º100%66.67%-
XYZ24.5333.985.27-
YUV140.4548.74124.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.44%
GREEN value IS 170 (66.80% from 255) = 55.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.44%
G=55.56%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13617000.20010.337210033.33
Hex88AA01406421486421
Octal21025202401444111014441
Binary10001000101010100101000110010010000110010001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,170,0); }

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

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

 a { background-color: rgb(136,170,0); }

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

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

 span { border-color: rgb(136,170,0); }

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