#B0EFAD

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

Shades of Moss Green #B0EFAD

Tints of Moss Green #B0EFAD

Color information

#B0EFAD (or 0xB0EFAD) is unknown color: approx Moss Green. HEX triplet: B0, EF and AD. RGB value is (176,239,173). Sum of RGB (Red+Green+Blue) = 176+239+173=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EFAD is #4F1052. Grayscale: #D4D4D4. Windows color (decimal): -5181523 or 11399088. OLE color: 11399088.

HSL color Cylindrical-coordinate representation of color #B0EFAD: hue angle of 117.27º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0EFAD is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB176239173-
CMYK0.2600.280.06
HSL117.27º67.35%80.78%-
HSV(B)117.27º27.62%93.73%-
XYZ56.3173.9850.85-
YUV212.64105.63101.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.93%
GREEN value IS 239 (93.75% from 255) = 40.65%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=29.93%
G=40.65%
B=29.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762391730.2600.280.06117.2767.3580.78
HexB0EFAD1A01C6754351
Octal260357255320346165103121
Binary10110000111011111010110111010011100110111010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EFAD; }

 p { color: rgb(176,239,173); }

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

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

 a { background-color: rgb(176,239,173); }

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

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

 span { border-color: rgb(176,239,173); }

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