#88BD0F

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

Shades of Citrus #88BD0F

Tints of Citrus #88BD0F

Color information

#88BD0F (or 0x88BD0F) is unknown color: approx Citrus. HEX triplet: 88, BD and 0F. RGB value is (136,189,15). Sum of RGB (Red+Green+Blue) = 136+189+15=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BD0F is #7742F0. Grayscale: #999999. Windows color (decimal): -7815921 or 1031560. OLE color: 1031560.

HSL color Cylindrical-coordinate representation of color #88BD0F: hue angle of 78.28º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88BD0F is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB13618915-
CMYK0.2800.920.26
HSL78.28º85.29%40%-
HSV(B)78.28º92.06%74.12%-
XYZ28.4441.667-
YUV153.3249.94115.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 189 (74.22% from 255) = 55.59%
BLUE value IS 15 (6.25% from 255) = 4.41%
R=40%
G=55.59%
B=4.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136189150.2800.920.2678.2885.2940
Hex88BDF1C05C1A4e5528
Octal210275173401343211612550
Binary1000100010111101111111100010111001101010011101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,189,15); }

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

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

 a { background-color: rgb(136,189,15); }

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

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

 span { border-color: rgb(136,189,15); }

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