Html Css Color HEX #B0EAAE Moss Green

📋 copy color: '#B0EAAE'

red 176 ◦ green 234 ◦ blue 174

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

Shades of Moss Green #B0EAAE

Tints of Moss Green #B0EAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.79%

R = 30.14%
G = 40.07%
B = 29.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#B0EAAE (or 0xB0EAAE) is known color: Moss Green. HEX triplet: B0, EA and AE. RGB value is (176,234,174). Sum of RGB (Red+Green+Blue) = 176+234+174=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EAAE is #4F1551. Grayscale: #D2D2D2. Windows color (decimal): -5182802 or 11463344. OLE color: 11463344.

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

Color convert

RGB 176 234 174 -
CMYK 0.25 0 0.26 0.08
HSL 118º 0.59% 0.8% -
HSV(B) 118º 0.26% 0.92% -
XYZ 54.97 71.13 50.88 -
YUV 209.82 107.78 103.88 -
System Red Green Blue C M Y K H S L
Decimal 176 234 174 0.25 0 0.26 0.08 118 0.59 0.8
Hex B0 EA AE 19 0 1A 8 76 3B 50
Octal 260 352 256 31 0 32 10 166 73 120
Binary 10110000 11101010 10101110 11001 0 11010 1000 1110110 111011 1010000

Color Harmonies of #B0EAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EAAE

Black with #B0EAAE

Text Example


Text Example

White with #B0EAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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