#b6e870

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

Shades of Sulu #B6E870

Tints of Sulu #B6E870

Color information

#B6E870 (or 0xB6E870) is unknown color: approx Sulu. HEX triplet: B6, E8 and 70. RGB value is (182,232,112). Sum of RGB (Red+Green+Blue) = 182+232+112=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 232 (91.02% from 255 or 44.11% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 232 - color contains mainly: green. Hex color #B6E870 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6E870 is #49178F. Grayscale: #CBCBCB. Windows color (decimal): -4790160 or 7399606. OLE color: 7399606.

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

Color convert

RGB182232112-
CMYK0.2200.520.09
HSL85º72.29%67.45%-
HSV(B)85º51.72%90.98%-
XYZ51.0768.8325.92-
YUV203.3776.44112.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.60%
GREEN value IS 232 (91.02% from 255) = 44.11%
BLUE value IS 112 (44.14% from 255) = 21.29%
R=34.60%
G=44.11%
B=21.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1822321120.2200.520.098572.2967.45
HexB6E870160349554843
Octal2663501602606411125110103
Binary101101101110100011100001011001101001001101010110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6e870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6e870; }

 p { color: rgb(182,232,112); }

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

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

 a { background-color: rgb(182,232,112); }

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

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

 span { border-color: rgb(182,232,112); }

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