#B8FA8C

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

Shades of Sulu #B8FA8C

Tints of Sulu #B8FA8C

Color information

#B8FA8C (or 0xB8FA8C) is unknown color: approx Sulu. HEX triplet: B8, FA and 8C. RGB value is (184,250,140). Sum of RGB (Red+Green+Blue) = 184+250+140=574 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32.06% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 140 (55.08% from 255 or 24.39% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FA8C is #470573. Grayscale: #DADADA. Windows color (decimal): -4654452 or 9239224. OLE color: 9239224.

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

Color convert

RGB184250140-
CMYK0.2600.440.02
HSL96º91.67%76.47%-
HSV(B)96º44%98.04%-
XYZ58.6980.4637.25-
YUV217.7384.13103.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.06%
GREEN value IS 250 (98.05% from 255) = 43.55%
BLUE value IS 140 (55.08% from 255) = 24.39%
R=32.06%
G=43.55%
B=24.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842501400.2600.440.029691.6776.47
HexB8FA8C1A02C2605c4c
Octal270372214320542140134114
Binary10111000111110101000110011010010110010110000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FA8C; }

 p { color: rgb(184,250,140); }

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

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

 a { background-color: rgb(184,250,140); }

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

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

 span { border-color: rgb(184,250,140); }

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