#B1F976

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

Shades of Sulu #B1F976

Tints of Sulu #B1F976

Color information

#B1F976 (or 0xB1F976) is unknown color: approx Sulu. HEX triplet: B1, F9 and 76. RGB value is (177,249,118). Sum of RGB (Red+Green+Blue) = 177+249+118=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F976 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F976 is #4E0689. Grayscale: #D4D4D4. Windows color (decimal): -5113482 or 7797169. OLE color: 7797169.

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

Color convert

RGB177249118-
CMYK0.2900.530.02
HSL92.98º91.61%71.96%-
HSV(B)92.98º52.61%97.65%-
XYZ55.2878.4129.36-
YUV212.5474.65102.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 249 (97.66% from 255) = 45.77%
BLUE value IS 118 (46.48% from 255) = 21.69%
R=32.54%
G=45.77%
B=21.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772491180.2900.530.0292.9891.6171.96
HexB1F9761D03525d5c48
Octal261371166350652135134110
Binary1011000111111001111011011101011010110101110110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F976; }

 p { color: rgb(177,249,118); }

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

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

 a { background-color: rgb(177,249,118); }

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

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

 span { border-color: rgb(177,249,118); }

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