#B6E280

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

Shades of Sulu #B6E280

Tints of Sulu #B6E280

Color information

#B6E280 (or 0xB6E280) is unknown color: approx Sulu. HEX triplet: B6, E2 and 80. RGB value is (182,226,128). Sum of RGB (Red+Green+Blue) = 182+226+128=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #B6E280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6E280 is #491D7F. Grayscale: #CACACA. Windows color (decimal): -4791680 or 8446646. OLE color: 8446646.

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

Color convert

RGB182226128-
CMYK0.1900.430.11
HSL86.94º62.82%69.41%-
HSV(B)86.94º43.36%88.63%-
XYZ50.3865.930.49-
YUV201.6786.42113.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 226 (88.67% from 255) = 42.16%
BLUE value IS 128 (50.39% from 255) = 23.88%
R=33.96%
G=42.16%
B=23.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1822261280.1900.430.1186.9462.8269.41
HexB6E2801302BB573f45
Octal266342200230531312777105
Binary101101101110001010000000100110101011101110101111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E280; }

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

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

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

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

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

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

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

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