#88b406

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

Shades of Citrus #88B406

Tints of Citrus #88B406

Color information

#88B406 (or 0x88B406) is unknown color: approx Citrus. HEX triplet: 88, B4 and 06. RGB value is (136,180,6). Sum of RGB (Red+Green+Blue) = 136+180+6=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #88B406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88B406 is #774BF9. Grayscale: #939393. Windows color (decimal): -7818234 or 439432. OLE color: 439432.

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

Color convert

RGB1361806-
CMYK0.2400.970.29
HSL75.17º93.55%36.47%-
HSV(B)75.17º96.67%70.59%-
XYZ26.5137.896.09-
YUV147.0148.42120.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 180 (70.70% from 255) = 55.90%
BLUE value IS 6 (2.73% from 255) = 1.86%
R=42.24%
G=55.90%
B=1.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13618060.2400.970.2975.1793.5536.47
Hex88B46180611D4b5e24
Octal21026463001413511313644
Binary100010001011010011011000011000011110110010111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88b406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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