Html Css Color HEX #B2DBAD Moss Green

📋 copy color: '#B2DBAD'

red 178 ◦ green 219 ◦ blue 173

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

Shades of Moss Green #B2DBAD

Tints of Moss Green #B2DBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.35%

R = 31.23%
G = 38.42%
B = 30.35%

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

#B2DBAD (or 0xB2DBAD) is known color: Moss Green. HEX triplet: B2, DB and AD. RGB value is (178,219,173). Sum of RGB (Red+Green+Blue) = 178+219+173=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DBAD is #4D2452. Grayscale: #C9C9C9. Windows color (decimal): -5055571 or 11393970. OLE color: 11393970.

HSL color Cylindrical-coordinate representation of color #B2DBAD: hue angle of 113.48º degrees, saturation: 0.39, 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 #B2DBAD is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 219 173 -
CMYK 0.19 0 0.21 0.14
HSL 113.48º 0.39% 0.77% -
HSV(B) 113.48º 0.21% 0.86% -
XYZ 51.23 63.15 49.02 -
YUV 201.5 111.92 111.24 -
System Red Green Blue C M Y K H S L
Decimal 178 219 173 0.19 0 0.21 0.14 113.48 0.39 0.77
Hex B2 DB AD 13 0 15 E 71 27 4D
Octal 262 333 255 23 0 25 16 161 47 115
Binary 10110010 11011011 10101101 10011 0 10101 1110 1110001 100111 1001101

Color Harmonies of #B2DBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DBAD

Black with #B2DBAD

Text Example


Text Example

White with #B2DBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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