#B0E9AF

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

Shades of Moss Green #B0E9AF

Tints of Moss Green #B0E9AF

Color information

#B0E9AF (or 0xB0E9AF) is unknown color: approx Moss Green. HEX triplet: B0, E9 and AF. RGB value is (176,233,175). Sum of RGB (Red+Green+Blue) = 176+233+175=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E9AF is #4F1650. Grayscale: #D1D1D1. Windows color (decimal): -5183057 or 11528624. OLE color: 11528624.

HSL color Cylindrical-coordinate representation of color #B0E9AF: hue angle of 118.97º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0E9AF is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB176233175-
CMYK0.2400.250.09
HSL118.97º56.86%80%-
HSV(B)118.97º24.89%91.37%-
XYZ54.7870.651.3-
YUV209.34108.62104.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.14%
GREEN value IS 233 (91.41% from 255) = 39.90%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=30.14%
G=39.90%
B=29.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762331750.2400.250.09118.9756.8680
HexB0E9AF180199773950
Octal260351257300311116771120
Binary10110000111010011010111111000011001100111101111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E9AF; }

 p { color: rgb(176,233,175); }

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

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

 a { background-color: rgb(176,233,175); }

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

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

 span { border-color: rgb(176,233,175); }

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