#88B605

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

Shades of Citrus #88B605

Tints of Citrus #88B605

Color information

#88B605 (or 0x88B605) is unknown color: approx Citrus. HEX triplet: 88, B6 and 05. RGB value is (136,182,5). Sum of RGB (Red+Green+Blue) = 136+182+5=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #88B605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88B605 is #7749FA. Grayscale: #949494. Windows color (decimal): -7817723 or 374408. OLE color: 374408.

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

Color convert

RGB1361825-
CMYK0.2500.970.29
HSL75.59º94.65%36.67%-
HSV(B)75.59º97.25%71.37%-
XYZ26.9138.76.2-
YUV148.0747.26119.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 182 (71.48% from 255) = 56.35%
BLUE value IS 5 (2.34% from 255) = 1.55%
R=42.11%
G=56.35%
B=1.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13618250.2500.970.2975.5994.6536.67
Hex88B65190611D4c5f25
Octal21026653101413511413745
Binary100010001011011010111001011000011110110011001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,182,5); }

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

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

 a { background-color: rgb(136,182,5); }

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

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

 span { border-color: rgb(136,182,5); }

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