#88B607

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

Shades of Citrus #88B607

Tints of Citrus #88B607

Color information

#88B607 (or 0x88B607) is unknown color: approx Citrus. HEX triplet: 88, B6 and 07. RGB value is (136,182,7). Sum of RGB (Red+Green+Blue) = 136+182+7=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 182 (71.48% from 255 or 56% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 182 - color contains mainly: green. Hex color #88B607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88B607 is #7749F8. Grayscale: #949494. Windows color (decimal): -7817721 or 505480. OLE color: 505480.

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

Color convert

RGB1361827-
CMYK0.2500.960.29
HSL75.77º92.59%37.06%-
HSV(B)75.77º96.15%71.37%-
XYZ26.9238.716.25-
YUV148.348.26119.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 182 (71.48% from 255) = 56%
BLUE value IS 7 (3.12% from 255) = 2.15%
R=41.85%
G=56%
B=2.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13618270.2500.960.2975.7792.5937.06
Hex88B67190601D4c5d25
Octal21026673101403511413545
Binary100010001011011011111001011000001110110011001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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