Html Css Color HEX #B0EAAB Moss Green

📋 copy color: '#B0EAAB'

red 176 ◦ green 234 ◦ blue 171

#B0EAAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moss Green #B0EAAB

Tints of Moss Green #B0EAAB

RGB

 RED value IS 176 (69.14% from 255) = 30.29%

 GREEN value IS 234 (91.8% from 255) = 40.28%

 BLUE value IS 171 (67.19% from 255) = 29.43%

R = 30.29%
G = 40.28%
B = 29.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#B0EAAB (or 0xB0EAAB) is known color: Moss Green. HEX triplet: B0, EA and AB. RGB value is (176,234,171). Sum of RGB (Red+Green+Blue) = 176+234+171=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EAAB is #4F1554. Grayscale: #D1D1D1. Windows color (decimal): -5182805 or 11266736. OLE color: 11266736.

HSL color Cylindrical-coordinate representation of color #B0EAAB: hue angle of 115.24º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0EAAB is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 234 171 -
CMYK 0.25 0 0.27 0.08
HSL 115.24º 0.6% 0.79% -
HSV(B) 115.24º 0.27% 0.92% -
XYZ 54.68 71.02 49.35 -
YUV 209.48 106.28 104.12 -
System Red Green Blue C M Y K H S L
Decimal 176 234 171 0.25 0 0.27 0.08 115.24 0.6 0.79
Hex B0 EA AB 19 0 1B 8 73 3C 4F
Octal 260 352 253 31 0 33 10 163 74 117
Binary 10110000 11101010 10101011 11001 0 11011 1000 1110011 111100 1001111

Color Harmonies of #B0EAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EAAB

Black with #B0EAAB

Text Example


Text Example

White with #B0EAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EAAB; }

 p { color: rgb(176,234,171); }

 H1.HeaderClassName
 {
   color: #B0EAAB;
 }
 .AnyTagClassName
 {
   color: #B0EAAB;
 }
</style>

background-color css

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

 a { background-color: rgb(176,234,171); }

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

border-color css

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

 span { border-color: rgb(176,234,171); }

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