#88C206

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

Shades of Citrus #88C206

Tints of Citrus #88C206

Color information

#88C206 (or 0x88C206) is unknown color: approx Citrus. HEX triplet: 88, C2 and 06. RGB value is (136,194,6). Sum of RGB (Red+Green+Blue) = 136+194+6=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #88C206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C206 is #773DF9. Grayscale: #9B9B9B. Windows color (decimal): -7814650 or 443016. OLE color: 443016.

HSL color Cylindrical-coordinate representation of color #88C206: hue angle of 78.51º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #88C206 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB1361946-
CMYK0.3000.970.24
HSL78.51º94%39.22%-
HSV(B)78.51º96.91%76.08%-
XYZ29.4843.837.08-
YUV155.2343.78114.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 194 (76.17% from 255) = 57.74%
BLUE value IS 6 (2.73% from 255) = 1.79%
R=40.48%
G=57.74%
B=1.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13619460.3000.970.2478.519439.22
Hex88C261E061184f5e27
Octal21030263601413011713647
Binary100010001100001011011110011000011100010011111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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