#B9FA80

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

Shades of Sulu #B9FA80

Tints of Sulu #B9FA80

Color information

#B9FA80 (or 0xB9FA80) is unknown color: approx Sulu. HEX triplet: B9, FA and 80. RGB value is (185,250,128). Sum of RGB (Red+Green+Blue) = 185+250+128=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FA80 is #46057F. Grayscale: #D9D9D9. Windows color (decimal): -4588928 or 8452793. OLE color: 8452793.

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

Color convert

RGB185250128-
CMYK0.2600.490.02
HSL91.97º92.42%74.12%-
HSV(B)91.97º48.8%98.04%-
XYZ58.0980.2432.85-
YUV216.6677.97105.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.86%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 128 (50.39% from 255) = 22.74%
R=32.86%
G=44.40%
B=22.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852501280.2600.490.0291.9792.4274.12
HexB9FA801A03125c5c4a
Octal271372200320612134134112
Binary10111001111110101000000011010011000110101110010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FA80; }

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

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

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

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

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

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

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

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