#B9FA83

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

Shades of Sulu #B9FA83

Tints of Sulu #B9FA83

Color information

#B9FA83 (or 0xB9FA83) is unknown color: approx Sulu. HEX triplet: B9, FA and 83. RGB value is (185,250,131). Sum of RGB (Red+Green+Blue) = 185+250+131=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FA83 is #46057C. Grayscale: #D9D9D9. Windows color (decimal): -4588925 or 8649401. OLE color: 8649401.

HSL color Cylindrical-coordinate representation of color #B9FA83: hue angle of 92.77º degrees, saturation: 0.92, 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 #B9FA83 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB185250131-
CMYK0.2600.480.02
HSL92.77º92.25%74.71%-
HSV(B)92.77º47.6%98.04%-
XYZ58.2980.3233.9-
YUV21779.47105.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 250 (98.05% from 255) = 44.17%
BLUE value IS 131 (51.56% from 255) = 23.14%
R=32.69%
G=44.17%
B=23.14%

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
Decimal1852501310.2600.480.0292.7792.2574.71
HexB9FA831A03025d5c4b
Octal271372203320602135134113
Binary10111001111110101000001111010011000010101110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FA83; }

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

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

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

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

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

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

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

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