#B2F986

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

Shades of Sulu #B2F986

Tints of Sulu #B2F986

Color information

#B2F986 (or 0xB2F986) is unknown color: approx Sulu. HEX triplet: B2, F9 and 86. RGB value is (178,249,134). Sum of RGB (Red+Green+Blue) = 178+249+134=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 134 (52.73% from 255 or 23.89% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F986 is #4D0679. Grayscale: #D7D7D7. Windows color (decimal): -5047930 or 8845746. OLE color: 8845746.

HSL color Cylindrical-coordinate representation of color #B2F986: hue angle of 97.04º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2F986 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB178249134-
CMYK0.2900.460.02
HSL97.04º90.55%75.1%-
HSV(B)97.04º46.18%97.65%-
XYZ56.5478.9434.81-
YUV214.6682.48101.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.73%
GREEN value IS 249 (97.66% from 255) = 44.39%
BLUE value IS 134 (52.73% from 255) = 23.89%
R=31.73%
G=44.39%
B=23.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782491340.2900.460.0297.0490.5575.1
HexB2F9861D02E2615b4b
Octal262371206350562141133113
Binary10110010111110011000011011101010111010110000110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F986; }

 p { color: rgb(178,249,134); }

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

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

 a { background-color: rgb(178,249,134); }

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

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

 span { border-color: rgb(178,249,134); }

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