#88AB06

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

Shades of Citrus #88AB06

Tints of Citrus #88AB06

Color information

#88AB06 (or 0x88AB06) is unknown color: approx Citrus. HEX triplet: 88, AB and 06. RGB value is (136,171,6). Sum of RGB (Red+Green+Blue) = 136+171+6=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #88AB06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88AB06 is #7754F9. Grayscale: #8E8E8E. Windows color (decimal): -7820538 or 437128. OLE color: 437128.

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

Color convert

RGB1361716-
CMYK0.2000.960.33
HSL72.73º93.22%34.71%-
HSV(B)72.73º96.49%67.06%-
XYZ24.7534.375.5-
YUV141.7251.4123.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 171 (67.19% from 255) = 54.63%
BLUE value IS 6 (2.73% from 255) = 1.92%
R=43.45%
G=54.63%
B=1.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13617160.2000.960.3372.7393.2234.71
Hex88AB61406021495d23
Octal21025362401404111113543
Binary1000100010101011110101000110000010000110010011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,171,6); }

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

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

 a { background-color: rgb(136,171,6); }

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

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

 span { border-color: rgb(136,171,6); }

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