#b6e071

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

Shades of Sulu #B6E071

Tints of Sulu #B6E071

Color information

#B6E071 (or 0xB6E071) is unknown color: approx Sulu. HEX triplet: B6, E0 and 71. RGB value is (182,224,113). Sum of RGB (Red+Green+Blue) = 182+224+113=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6E071 is #491F8E. Grayscale: #C7C7C7. Windows color (decimal): -4792207 or 7463094. OLE color: 7463094.

HSL color Cylindrical-coordinate representation of color #B6E071: hue angle of 82.7º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B6E071 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB182224113-
CMYK0.1900.500.12
HSL82.7º64.16%66.08%-
HSV(B)82.7º49.55%87.84%-
XYZ48.9364.4525.48-
YUV198.7979.59116.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 224 (87.89% from 255) = 43.16%
BLUE value IS 113 (44.53% from 255) = 21.77%
R=35.07%
G=43.16%
B=21.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1822241130.1900.500.1282.764.1666.08
HexB6E07113032C534042
Octal2663401612306214123100102
Binary101101101110000011100011001101100101100101001110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6e071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6e071; }

 p { color: rgb(182,224,113); }

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

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

 a { background-color: rgb(182,224,113); }

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

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

 span { border-color: rgb(182,224,113); }

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