#B2E971

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

Shades of Sulu #B2E971

Tints of Sulu #B2E971

Color information

#B2E971 (or 0xB2E971) is unknown color: approx Sulu. HEX triplet: B2, E9 and 71. RGB value is (178,233,113). Sum of RGB (Red+Green+Blue) = 178+233+113=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E971 is #4D168E. Grayscale: #CBCBCB. Windows color (decimal): -5052047 or 7465394. OLE color: 7465394.

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

Color convert

RGB178233113-
CMYK0.2400.520.09
HSL87.5º73.17%67.84%-
HSV(B)87.5º51.5%91.37%-
XYZ50.4868.9426.27-
YUV202.8877.28110.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.97%
GREEN value IS 233 (91.41% from 255) = 44.47%
BLUE value IS 113 (44.53% from 255) = 21.56%
R=33.97%
G=44.47%
B=21.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1782331130.2400.520.0987.573.1767.84
HexB2E971180349584944
Octal2623511613006411130111104
Binary101100101110100111100011100001101001001101100010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E971; }

 p { color: rgb(178,233,113); }

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

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

 a { background-color: rgb(178,233,113); }

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

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

 span { border-color: rgb(178,233,113); }

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