#B2FA76

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

Shades of Sulu #B2FA76

Tints of Sulu #B2FA76

Color information

#B2FA76 (or 0xB2FA76) is unknown color: approx Sulu. HEX triplet: B2, FA and 76. RGB value is (178,250,118). Sum of RGB (Red+Green+Blue) = 178+250+118=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA76 is #4D0589. Grayscale: #D5D5D5. Windows color (decimal): -5047690 or 7797426. OLE color: 7797426.

HSL color Cylindrical-coordinate representation of color #B2FA76: hue angle of 92.73º degrees, saturation: 0.93, 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 #B2FA76 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB178250118-
CMYK0.2900.530.02
HSL92.73º92.96%72.16%-
HSV(B)92.73º52.8%98.04%-
XYZ55.8279.1429.47-
YUV213.4274.15102.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.60%
GREEN value IS 250 (98.05% from 255) = 45.79%
BLUE value IS 118 (46.48% from 255) = 21.61%
R=32.60%
G=45.79%
B=21.61%

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
Decimal1782501180.2900.530.0292.7392.9672.16
HexB2FA761D03525d5d48
Octal262372166350652135135110
Binary1011001011111010111011011101011010110101110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FA76; }

 p { color: rgb(178,250,118); }

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

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

 a { background-color: rgb(178,250,118); }

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

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

 span { border-color: rgb(178,250,118); }

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