Html Css Color HEX #B4DBB0 Moss Green

📋 copy color: '#B4DBB0'

red 180 ◦ green 219 ◦ blue 176

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

Shades of Moss Green #B4DBB0

Tints of Moss Green #B4DBB0

RGB

 RED value IS 180 (70.7% from 255) = 31.3%

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

 BLUE value IS 176 (69.14% from 255) = 30.61%

R = 31.3%
G = 38.09%
B = 30.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#B4DBB0 (or 0xB4DBB0) is known color: Moss Green. HEX triplet: B4, DB and B0. RGB value is (180,219,176). Sum of RGB (Red+Green+Blue) = 180+219+176=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DBB0 is #4B244F. Grayscale: #CACACA. Windows color (decimal): -4924496 or 11590580. OLE color: 11590580.

HSL color Cylindrical-coordinate representation of color #B4DBB0: hue angle of 114.42º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4DBB0 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 219 176 -
CMYK 0.18 0 0.20 0.14
HSL 114.42º 0.37% 0.77% -
HSV(B) 114.42º 0.2% 0.86% -
XYZ 51.99 63.5 50.59 -
YUV 202.44 113.08 112 -
System Red Green Blue C M Y K H S L
Decimal 180 219 176 0.18 0 0.20 0.14 114.42 0.37 0.77
Hex B4 DB B0 12 0 14 E 72 25 4D
Octal 264 333 260 22 0 24 16 162 45 115
Binary 10110100 11011011 10110000 10010 0 10100 1110 1110010 100101 1001101

Color Harmonies of #B4DBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DBB0

Black with #B4DBB0

Text Example


Text Example

White with #B4DBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DBB0; }

 p { color: rgb(180,219,176); }

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

background-color css

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

 a { background-color: rgb(180,219,176); }

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

border-color css

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

 span { border-color: rgb(180,219,176); }

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