#B9FA7E

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

Shades of Sulu #B9FA7E

Tints of Sulu #B9FA7E

Color information

#B9FA7E (or 0xB9FA7E) is unknown color: approx Sulu. HEX triplet: B9, FA and 7E. RGB value is (185,250,126). Sum of RGB (Red+Green+Blue) = 185+250+126=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 126 (49.61% from 255 or 22.46% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FA7E is #460581. Grayscale: #D8D8D8. Windows color (decimal): -4588930 or 8321721. OLE color: 8321721.

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

Color convert

RGB185250126-
CMYK0.2600.500.02
HSL91.45º92.54%73.73%-
HSV(B)91.45º49.6%98.04%-
XYZ57.9680.1932.16-
YUV216.4376.97105.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.98%
GREEN value IS 250 (98.05% from 255) = 44.56%
BLUE value IS 126 (49.61% from 255) = 22.46%
R=32.98%
G=44.56%
B=22.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852501260.2600.500.0291.4592.5473.73
HexB9FA7E1A03225b5d4a
Octal271372176320622133135112
Binary1011100111111010111111011010011001010101101110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FA7E; }

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

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

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

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

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

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

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

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