#B6E180

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

Shades of Sulu #B6E180

Tints of Sulu #B6E180

Color information

#B6E180 (or 0xB6E180) is unknown color: approx Sulu. HEX triplet: B6, E1 and 80. RGB value is (182,225,128). Sum of RGB (Red+Green+Blue) = 182+225+128=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6E180 is #491E7F. Grayscale: #C9C9C9. Windows color (decimal): -4791936 or 8446390. OLE color: 8446390.

HSL color Cylindrical-coordinate representation of color #B6E180: hue angle of 86.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6E180 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB182225128-
CMYK0.1900.430.12
HSL86.6º61.78%69.22%-
HSV(B)86.6º43.11%88.24%-
XYZ50.1165.3530.4-
YUV201.0886.75114.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.02%
GREEN value IS 225 (88.28% from 255) = 42.06%
BLUE value IS 128 (50.39% from 255) = 23.93%
R=34.02%
G=42.06%
B=23.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1822251280.1900.430.1286.661.7869.22
HexB6E1801302BC573e45
Octal266341200230531412776105
Binary101101101110000110000000100110101011110010101111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E180; }

 p { color: rgb(182,225,128); }

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

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

 a { background-color: rgb(182,225,128); }

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

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

 span { border-color: rgb(182,225,128); }

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