#B9F88F

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

Shades of Sulu #B9F88F

Tints of Sulu #B9F88F

Color information

#B9F88F (or 0xB9F88F) is unknown color: approx Sulu. HEX triplet: B9, F8 and 8F. RGB value is (185,248,143). Sum of RGB (Red+Green+Blue) = 185+248+143=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 248 (97.27% from 255 or 43.06% from 576); Blue value is 143 (56.25% from 255 or 24.83% from 576); Max value from RGB is 248 - color contains mainly: green. Hex color #B9F88F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F88F is #460770. Grayscale: #D9D9D9. Windows color (decimal): -4589425 or 9435321. OLE color: 9435321.

HSL color Cylindrical-coordinate representation of color #B9F88F: hue angle of 96º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9F88F is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB185248143-
CMYK0.2500.420.03
HSL96º88.24%76.67%-
HSV(B)96º42.34%97.25%-
XYZ58.5379.4338.23-
YUV217.1986.13105.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 248 (97.27% from 255) = 43.06%
BLUE value IS 143 (56.25% from 255) = 24.83%
R=32.12%
G=43.06%
B=24.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1852481430.2500.420.039688.2476.67
HexB9F88F1902A360584d
Octal271370217310523140130115
Binary10111001111110001000111111001010101011110000010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F88F; }

 p { color: rgb(185,248,143); }

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

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

 a { background-color: rgb(185,248,143); }

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

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

 span { border-color: rgb(185,248,143); }

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