#B9FB83

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

Shades of Sulu #B9FB83

Tints of Sulu #B9FB83

Color information

#B9FB83 (or 0xB9FB83) is unknown color: approx Sulu. HEX triplet: B9, FB and 83. RGB value is (185,251,131). Sum of RGB (Red+Green+Blue) = 185+251+131=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FB83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FB83 is #46047C. Grayscale: #DADADA. Windows color (decimal): -4588669 or 8649657. OLE color: 8649657.

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

Color convert

RGB185251131-
CMYK0.2600.480.02
HSL93º93.75%74.9%-
HSV(B)93º47.81%98.43%-
XYZ58.680.9534.01-
YUV217.5979.13104.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.63%
GREEN value IS 251 (98.44% from 255) = 44.27%
BLUE value IS 131 (51.56% from 255) = 23.10%
R=32.63%
G=44.27%
B=23.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852511310.2600.480.029393.7574.9
HexB9FB831A03025d5e4b
Octal271373203320602135136113
Binary10111001111110111000001111010011000010101110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FB83; }

 p { color: rgb(185,251,131); }

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

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

 a { background-color: rgb(185,251,131); }

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

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

 span { border-color: rgb(185,251,131); }

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