#B9FA8B

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

Shades of Sulu #B9FA8B

Tints of Sulu #B9FA8B

Color information

#B9FA8B (or 0xB9FA8B) is unknown color: approx Sulu. HEX triplet: B9, FA and 8B. RGB value is (185,250,139). Sum of RGB (Red+Green+Blue) = 185+250+139=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 139 (54.69% from 255 or 24.22% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FA8B is #460574. Grayscale: #DADADA. Windows color (decimal): -4588917 or 9173689. OLE color: 9173689.

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

Color convert

RGB185250139-
CMYK0.2600.440.02
HSL95.14º91.74%76.27%-
HSV(B)95.14º44.4%98.04%-
XYZ58.8580.5536.87-
YUV217.9183.47104.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.23%
GREEN value IS 250 (98.05% from 255) = 43.55%
BLUE value IS 139 (54.69% from 255) = 24.22%
R=32.23%
G=43.55%
B=24.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852501390.2600.440.0295.1491.7476.27
HexB9FA8B1A02C25f5c4c
Octal271372213320542137134114
Binary10111001111110101000101111010010110010101111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FA8B; }

 p { color: rgb(185,250,139); }

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

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

 a { background-color: rgb(185,250,139); }

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

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

 span { border-color: rgb(185,250,139); }

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