Html Css Color HEX #B2DBAE Moss Green

📋 copy color: '#B2DBAE'

red 178 ◦ green 219 ◦ blue 174

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

Shades of Moss Green #B2DBAE

Tints of Moss Green #B2DBAE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.35%

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

R = 31.17%
G = 38.35%
B = 30.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#B2DBAE (or 0xB2DBAE) is known color: Moss Green. HEX triplet: B2, DB and AE. RGB value is (178,219,174). Sum of RGB (Red+Green+Blue) = 178+219+174=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DBAE is #4D2451. Grayscale: #C9C9C9. Windows color (decimal): -5055570 or 11459506. OLE color: 11459506.

HSL color Cylindrical-coordinate representation of color #B2DBAE: hue angle of 114.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2DBAE is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 219 174 -
CMYK 0.19 0 0.21 0.14
HSL 114.67º 0.38% 0.77% -
HSV(B) 114.67º 0.21% 0.86% -
XYZ 51.33 63.18 49.53 -
YUV 201.61 112.42 111.16 -
System Red Green Blue C M Y K H S L
Decimal 178 219 174 0.19 0 0.21 0.14 114.67 0.38 0.77
Hex B2 DB AE 13 0 15 E 73 26 4D
Octal 262 333 256 23 0 25 16 163 46 115
Binary 10110010 11011011 10101110 10011 0 10101 1110 1110011 100110 1001101

Color Harmonies of #B2DBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DBAE

Black with #B2DBAE

Text Example


Text Example

White with #B2DBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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