#B9FB84

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

Shades of Sulu #B9FB84

Tints of Sulu #B9FB84

Color information

#B9FB84 (or 0xB9FB84) is unknown color: approx Sulu. HEX triplet: B9, FB and 84. RGB value is (185,251,132). Sum of RGB (Red+Green+Blue) = 185+251+132=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 132 (51.95% from 255 or 23.24% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FB84 is #46047B. Grayscale: #DADADA. Windows color (decimal): -4588668 or 8715193. OLE color: 8715193.

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

Color convert

RGB185251132-
CMYK0.2600.470.02
HSL93.28º93.7%75.1%-
HSV(B)93.28º47.41%98.43%-
XYZ58.6780.9734.37-
YUV217.779.63104.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.57%
GREEN value IS 251 (98.44% from 255) = 44.19%
BLUE value IS 132 (51.95% from 255) = 23.24%
R=32.57%
G=44.19%
B=23.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852511320.2600.470.0293.2893.775.1
HexB9FB841A02F25d5e4b
Octal271373204320572135136113
Binary10111001111110111000010011010010111110101110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FB84; }

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

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

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

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

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

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

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

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