#b9fc8c

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

Shades of Sulu #B9FC8C

Tints of Sulu #B9FC8C

Color information

#B9FC8C (or 0xB9FC8C) is unknown color: approx Sulu. HEX triplet: B9, FC and 8C. RGB value is (185,252,140). Sum of RGB (Red+Green+Blue) = 185+252+140=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FC8C is #460373. Grayscale: #DBDBDB. Windows color (decimal): -4588404 or 9239737. OLE color: 9239737.

HSL color Cylindrical-coordinate representation of color #B9FC8C: hue angle of 95.89º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9FC8C is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB185252140-
CMYK0.2700.440.01
HSL95.89º94.92%76.86%-
HSV(B)95.89º44.44%98.82%-
XYZ59.5581.8337.47-
YUV219.283.3103.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.06%
GREEN value IS 252 (98.83% from 255) = 43.67%
BLUE value IS 140 (55.08% from 255) = 24.26%
R=32.06%
G=43.67%
B=24.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852521400.2700.440.0195.8994.9276.86
HexB9FC8C1B02C1605f4d
Octal271374214330541140137115
Binary1011100111111100100011001101101011001110000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9fc8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9fc8c; }

 p { color: rgb(185,252,140); }

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

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

 a { background-color: rgb(185,252,140); }

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

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

 span { border-color: rgb(185,252,140); }

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