#88AA08

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

Shades of Citrus #88AA08

Tints of Citrus #88AA08

Color information

#88AA08 (or 0x88AA08) is unknown color: approx Citrus. HEX triplet: 88, AA and 08. RGB value is (136,170,8). Sum of RGB (Red+Green+Blue) = 136+170+8=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88AA08 is #7755F7. Grayscale: #8D8D8D. Windows color (decimal): -7820792 or 567944. OLE color: 567944.

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

Color convert

RGB1361708-
CMYK0.2000.950.33
HSL72.59º91.01%34.9%-
HSV(B)72.59º95.29%66.67%-
XYZ24.57345.5-
YUV141.3752.74124.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 170 (66.80% from 255) = 54.14%
BLUE value IS 8 (3.52% from 255) = 2.55%
R=43.31%
G=54.14%
B=2.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13617080.2000.950.3372.5991.0134.9
Hex88AA81405F21495b23
Octal210252102401374111113343
Binary10001000101010101000101000101111110000110010011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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