Html Css Color HEX #B4DBAF Moss Green

📋 copy color: '#B4DBAF'

red 180 ◦ green 219 ◦ blue 175

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

Shades of Moss Green #B4DBAF

Tints of Moss Green #B4DBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.49%

R = 31.36%
G = 38.15%
B = 30.49%

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

#B4DBAF (or 0xB4DBAF) is known color: Moss Green. HEX triplet: B4, DB and AF. RGB value is (180,219,175). Sum of RGB (Red+Green+Blue) = 180+219+175=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DBAF is #4B2450. Grayscale: #CACACA. Windows color (decimal): -4924497 or 11525044. OLE color: 11525044.

HSL color Cylindrical-coordinate representation of color #B4DBAF: hue angle of 113.18º degrees, saturation: 0.38, 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 #B4DBAF is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 219 175 -
CMYK 0.18 0 0.20 0.14
HSL 113.18º 0.38% 0.77% -
HSV(B) 113.18º 0.2% 0.86% -
XYZ 51.89 63.46 50.07 -
YUV 202.32 112.58 112.08 -
System Red Green Blue C M Y K H S L
Decimal 180 219 175 0.18 0 0.20 0.14 113.18 0.38 0.77
Hex B4 DB AF 12 0 14 E 71 26 4D
Octal 264 333 257 22 0 24 16 161 46 115
Binary 10110100 11011011 10101111 10010 0 10100 1110 1110001 100110 1001101

Color Harmonies of #B4DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DBAF

Black with #B4DBAF

Text Example


Text Example

White with #B4DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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