#B2EB6D

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

Shades of Sulu #B2EB6D

Tints of Sulu #B2EB6D

Color information

#B2EB6D (or 0xB2EB6D) is unknown color: approx Sulu. HEX triplet: B2, EB and 6D. RGB value is (178,235,109). Sum of RGB (Red+Green+Blue) = 178+235+109=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EB6D is #4D1492. Grayscale: #CCCCCC. Windows color (decimal): -5051539 or 7203762. OLE color: 7203762.

HSL color Cylindrical-coordinate representation of color #B2EB6D: hue angle of 87.14º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2EB6D is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB178235109-
CMYK0.2400.540.08
HSL87.14º75.9%67.45%-
HSV(B)87.14º53.62%92.16%-
XYZ50.8369.9925.3-
YUV203.5974.62109.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 235 (92.19% from 255) = 45.02%
BLUE value IS 109 (42.97% from 255) = 20.88%
R=34.10%
G=45.02%
B=20.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782351090.2400.540.0887.1475.967.45
HexB2EB6D180368574c43
Octal2623531553006610127114103
Binary101100101110101111011011100001101101000101011110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EB6D; }

 p { color: rgb(178,235,109); }

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

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

 a { background-color: rgb(178,235,109); }

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

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

 span { border-color: rgb(178,235,109); }

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