#B2FA89

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

Shades of Sulu #B2FA89

Tints of Sulu #B2FA89

Color information

#B2FA89 (or 0xB2FA89) is unknown color: approx Sulu. HEX triplet: B2, FA and 89. RGB value is (178,250,137). Sum of RGB (Red+Green+Blue) = 178+250+137=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 137 (53.91% from 255 or 24.25% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FA89 is #4D0576. Grayscale: #D7D7D7. Windows color (decimal): -5047671 or 9042610. OLE color: 9042610.

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

Color convert

RGB178250137-
CMYK0.2900.450.02
HSL98.23º91.87%75.88%-
HSV(B)98.23º45.2%98.04%-
XYZ57.0679.6436.03-
YUV215.5983.65101.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.50%
GREEN value IS 250 (98.05% from 255) = 44.25%
BLUE value IS 137 (53.91% from 255) = 24.25%
R=31.50%
G=44.25%
B=24.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782501370.2900.450.0298.2391.8775.88
HexB2FA891D02D2625c4c
Octal262372211350552142134114
Binary10110010111110101000100111101010110110110001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FA89; }

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

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

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

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

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

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

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

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