#88B806

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

Shades of Citrus #88B806

Tints of Citrus #88B806

Color information

#88B806 (or 0x88B806) is unknown color: approx Citrus. HEX triplet: 88, B8 and 06. RGB value is (136,184,6). Sum of RGB (Red+Green+Blue) = 136+184+6=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #88B806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88B806 is #7747F9. Grayscale: #969696. Windows color (decimal): -7817210 or 440456. OLE color: 440456.

HSL color Cylindrical-coordinate representation of color #88B806: hue angle of 76.18º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #88B806 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1361846-
CMYK0.2600.970.28
HSL76.18º93.68%37.25%-
HSV(B)76.18º96.74%72.16%-
XYZ27.3339.536.36-
YUV149.3647.1118.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 184 (72.27% from 255) = 56.44%
BLUE value IS 6 (2.73% from 255) = 1.84%
R=41.72%
G=56.44%
B=1.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal13618460.2600.970.2876.1893.6837.25
Hex88B861A0611C4c5e25
Octal21027063201413411413645
Binary100010001011100011011010011000011110010011001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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