#B0FA82

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

Shades of Sulu #B0FA82

Tints of Sulu #B0FA82

Color information

#B0FA82 (or 0xB0FA82) is unknown color: approx Sulu. HEX triplet: B0, FA and 82. RGB value is (176,250,130). Sum of RGB (Red+Green+Blue) = 176+250+130=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FA82 is #4F057D. Grayscale: #D6D6D6. Windows color (decimal): -5178750 or 8583856. OLE color: 8583856.

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

Color convert

RGB176250130-
CMYK0.3000.480.02
HSL97º92.31%74.51%-
HSV(B)97º48%98.04%-
XYZ56.1279.2133.45-
YUV214.1980.48100.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.65%
GREEN value IS 250 (98.05% from 255) = 44.96%
BLUE value IS 130 (51.17% from 255) = 23.38%
R=31.65%
G=44.96%
B=23.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762501300.3000.480.029792.3174.51
HexB0FA821E0302615c4b
Octal260372202360602141134113
Binary10110000111110101000001011110011000010110000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FA82; }

 p { color: rgb(176,250,130); }

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

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

 a { background-color: rgb(176,250,130); }

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

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

 span { border-color: rgb(176,250,130); }

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