Html Css Color HEX #B2EDAE Moss Green

📋 copy color: '#B2EDAE'

red 178 ◦ green 237 ◦ blue 174

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

Shades of Moss Green #B2EDAE

Tints of Moss Green #B2EDAE

RGB

 RED value IS 178 (69.92% from 255) = 30.22%

 GREEN value IS 237 (92.97% from 255) = 40.24%

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

R = 30.22%
G = 40.24%
B = 29.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#B2EDAE (or 0xB2EDAE) is known color: Moss Green. HEX triplet: B2, ED and AE. RGB value is (178,237,174). Sum of RGB (Red+Green+Blue) = 178+237+174=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EDAE is #4D1251. Grayscale: #D4D4D4. Windows color (decimal): -5050962 or 11464114. OLE color: 11464114.

HSL color Cylindrical-coordinate representation of color #B2EDAE: hue angle of 116.19º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2EDAE is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 237 174 -
CMYK 0.25 0 0.27 0.07
HSL 116.19º 0.64% 0.81% -
HSV(B) 116.19º 0.27% 0.93% -
XYZ 56.28 73.09 51.19 -
YUV 212.18 106.45 103.62 -
System Red Green Blue C M Y K H S L
Decimal 178 237 174 0.25 0 0.27 0.07 116.19 0.64 0.81
Hex B2 ED AE 19 0 1B 7 74 40 51
Octal 262 355 256 31 0 33 7 164 100 121
Binary 10110010 11101101 10101110 11001 0 11011 111 1110100 1000000 1010001

Color Harmonies of #B2EDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EDAE

Black with #B2EDAE

Text Example


Text Example

White with #B2EDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EDAE; }

 p { color: rgb(178,237,174); }

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

background-color css

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

 a { background-color: rgb(178,237,174); }

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

border-color css

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

 span { border-color: rgb(178,237,174); }

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