#88A608

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

Shades of Citrus #88A608

Tints of Citrus #88A608

Color information

#88A608 (or 0x88A608) is unknown color: approx Citrus. HEX triplet: 88, A6 and 08. RGB value is (136,166,8). Sum of RGB (Red+Green+Blue) = 136+166+8=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 166 (65.23% from 255 or 53.55% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 166 - color contains mainly: green. Hex color #88A608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A608 is #7759F7. Grayscale: #8B8B8B. Windows color (decimal): -7821816 or 566920. OLE color: 566920.

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

Color convert

RGB1361668-
CMYK0.1800.950.35
HSL71.39º90.8%34.12%-
HSV(B)71.39º95.18%65.1%-
XYZ23.8332.525.25-
YUV139.0254.06125.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 166 (65.23% from 255) = 53.55%
BLUE value IS 8 (3.52% from 255) = 2.58%
R=43.87%
G=53.55%
B=2.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13616680.1800.950.3571.3990.834.12
Hex88A681205F23475b22
Octal210246102201374310713342
Binary10001000101001101000100100101111110001110001111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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