#B0F676

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

Shades of Sulu #B0F676

Tints of Sulu #B0F676

Color information

#B0F676 (or 0xB0F676) is unknown color: approx Sulu. HEX triplet: B0, F6 and 76. RGB value is (176,246,118). Sum of RGB (Red+Green+Blue) = 176+246+118=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F676 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F676 is #4F0989. Grayscale: #D2D2D2. Windows color (decimal): -5179786 or 7796400. OLE color: 7796400.

HSL color Cylindrical-coordinate representation of color #B0F676: hue angle of 92.81º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0F676 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB176246118-
CMYK0.2800.520.04
HSL92.81º87.67%71.37%-
HSV(B)92.81º52.03%96.47%-
XYZ54.1376.4529.04-
YUV210.4875.81103.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.59%
GREEN value IS 246 (96.48% from 255) = 45.56%
BLUE value IS 118 (46.48% from 255) = 21.85%
R=32.59%
G=45.56%
B=21.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762461180.2800.520.0492.8187.6771.37
HexB0F6761C03445d5847
Octal260366166340644135130107
Binary10110000111101101110110111000110100100101110110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F676; }

 p { color: rgb(176,246,118); }

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

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

 a { background-color: rgb(176,246,118); }

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

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

 span { border-color: rgb(176,246,118); }

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