Html Css Color HEX #B2DEAE Moss Green

📋 copy color: '#B2DEAE'

red 178 ◦ green 222 ◦ blue 174

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

Shades of Moss Green #B2DEAE

Tints of Moss Green #B2DEAE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.68%

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

R = 31.01%
G = 38.68%
B = 30.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#B2DEAE (or 0xB2DEAE) is known color: Moss Green. HEX triplet: B2, DE and AE. RGB value is (178,222,174). Sum of RGB (Red+Green+Blue) = 178+222+174=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DEAE is #4D2151. Grayscale: #CBCBCB. Windows color (decimal): -5054802 or 11460274. OLE color: 11460274.

HSL color Cylindrical-coordinate representation of color #B2DEAE: hue angle of 115º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2DEAE is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 222 174 -
CMYK 0.20 0 0.22 0.13
HSL 115º 0.42% 0.78% -
HSV(B) 115º 0.22% 0.87% -
XYZ 52.12 64.76 49.8 -
YUV 203.37 111.42 109.9 -
System Red Green Blue C M Y K H S L
Decimal 178 222 174 0.20 0 0.22 0.13 115 0.42 0.78
Hex B2 DE AE 14 0 16 D 73 2A 4E
Octal 262 336 256 24 0 26 15 163 52 116
Binary 10110010 11011110 10101110 10100 0 10110 1101 1110011 101010 1001110

Color Harmonies of #B2DEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DEAE

Black with #B2DEAE

Text Example


Text Example

White with #B2DEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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