#B0E86D

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

Shades of Sulu #B0E86D

Tints of Sulu #B0E86D

Color information

#B0E86D (or 0xB0E86D) is unknown color: approx Sulu. HEX triplet: B0, E8 and 6D. RGB value is (176,232,109). Sum of RGB (Red+Green+Blue) = 176+232+109=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E86D is #4F1792. Grayscale: #C9C9C9. Windows color (decimal): -5183379 or 7202992. OLE color: 7202992.

HSL color Cylindrical-coordinate representation of color #B0E86D: hue angle of 87.32º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0E86D is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB176232109-
CMYK0.2400.530.09
HSL87.32º72.78%66.86%-
HSV(B)87.32º53.02%90.98%-
XYZ49.5268.0524.99-
YUV201.2375.95110-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 232 (91.02% from 255) = 44.87%
BLUE value IS 109 (42.97% from 255) = 21.08%
R=34.04%
G=44.87%
B=21.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762321090.2400.530.0987.3272.7866.86
HexB0E86D180359574943
Octal2603501553006511127111103
Binary101100001110100011011011100001101011001101011110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E86D; }

 p { color: rgb(176,232,109); }

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

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

 a { background-color: rgb(176,232,109); }

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

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

 span { border-color: rgb(176,232,109); }

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