#88BE09

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

Shades of Citrus #88BE09

Tints of Citrus #88BE09

Color information

#88BE09 (or 0x88BE09) is unknown color: approx Citrus. HEX triplet: 88, BE and 09. RGB value is (136,190,9). Sum of RGB (Red+Green+Blue) = 136+190+9=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #88BE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BE09 is #7741F6. Grayscale: #999999. Windows color (decimal): -7815671 or 638600. OLE color: 638600.

HSL color Cylindrical-coordinate representation of color #88BE09: hue angle of 77.9º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #88BE09 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB1361909-
CMYK0.2800.950.25
HSL77.9º90.95%39.02%-
HSV(B)77.9º95.26%74.51%-
XYZ28.6242.086.87-
YUV153.2246.61115.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.60%
GREEN value IS 190 (74.61% from 255) = 56.72%
BLUE value IS 9 (3.91% from 255) = 2.69%
R=40.60%
G=56.72%
B=2.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13619090.2800.950.2577.990.9539.02
Hex88BE91C05F194e5b27
Octal210276113401373111613347
Binary1000100010111110100111100010111111100110011101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,190,9); }

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

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

 a { background-color: rgb(136,190,9); }

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

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

 span { border-color: rgb(136,190,9); }

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