#B9FA6F

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

Shades of Sulu #B9FA6F

Tints of Sulu #B9FA6F

Color information

#B9FA6F (or 0xB9FA6F) is unknown color: approx Sulu. HEX triplet: B9, FA and 6F. RGB value is (185,250,111). Sum of RGB (Red+Green+Blue) = 185+250+111=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FA6F is #460590. Grayscale: #D7D7D7. Windows color (decimal): -4588945 or 7338681. OLE color: 7338681.

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

Color convert

RGB185250111-
CMYK0.2600.560.02
HSL88.06º93.29%70.78%-
HSV(B)88.06º55.6%98.04%-
XYZ57.0679.8327.44-
YUV214.7269.47106.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.88%
GREEN value IS 250 (98.05% from 255) = 45.79%
BLUE value IS 111 (43.75% from 255) = 20.33%
R=33.88%
G=45.79%
B=20.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852501110.2600.560.0288.0693.2970.78
HexB9FA6F1A0382585d47
Octal271372157320702130135107
Binary1011100111111010110111111010011100010101100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FA6F; }

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

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

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

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

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

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

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

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