#88BE0B

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

Shades of Citrus #88BE0B

Tints of Citrus #88BE0B

Color information

#88BE0B (or 0x88BE0B) is unknown color: approx Citrus. HEX triplet: 88, BE and 0B. RGB value is (136,190,11). Sum of RGB (Red+Green+Blue) = 136+190+11=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 190 (74.61% from 255 or 56.38% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 190 - color contains mainly: green. Hex color #88BE0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BE0B is #7741F4. Grayscale: #9A9A9A. Windows color (decimal): -7815669 or 769672. OLE color: 769672.

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

Color convert

RGB13619011-
CMYK0.2800.940.25
HSL78.1º89.05%39.41%-
HSV(B)78.1º94.21%74.51%-
XYZ28.6342.096.93-
YUV153.4547.61115.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.36%
GREEN value IS 190 (74.61% from 255) = 56.38%
BLUE value IS 11 (4.69% from 255) = 3.26%
R=40.36%
G=56.38%
B=3.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136190110.2800.940.2578.189.0539.41
Hex88BEB1C05E194e5927
Octal210276133401363111613147
Binary1000100010111110101111100010111101100110011101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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