Html Css Color HEX #B0DBAC Moss Green

📋 copy color: '#B0DBAC'

red 176 ◦ green 219 ◦ blue 172

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

Shades of Moss Green #B0DBAC

Tints of Moss Green #B0DBAC

RGB

 RED value IS 176 (69.14% from 255) = 31.04%

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

 BLUE value IS 172 (67.58% from 255) = 30.34%

R = 31.04%
G = 38.62%
B = 30.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#B0DBAC (or 0xB0DBAC) is known color: Moss Green. HEX triplet: B0, DB and AC. RGB value is (176,219,172). Sum of RGB (Red+Green+Blue) = 176+219+172=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBAC is #4F2453. Grayscale: #C8C8C8. Windows color (decimal): -5186644 or 11328432. OLE color: 11328432.

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

Color convert

RGB 176 219 172 -
CMYK 0.20 0 0.21 0.14
HSL 114.89º 0.39% 0.77% -
HSV(B) 114.89º 0.21% 0.86% -
XYZ 50.68 62.87 48.49 -
YUV 200.79 111.75 110.32 -
System Red Green Blue C M Y K H S L
Decimal 176 219 172 0.20 0 0.21 0.14 114.89 0.39 0.77
Hex B0 DB AC 14 0 15 E 73 27 4D
Octal 260 333 254 24 0 25 16 163 47 115
Binary 10110000 11011011 10101100 10100 0 10101 1110 1110011 100111 1001101

Color Harmonies of #B0DBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DBAC

Black with #B0DBAC

Text Example


Text Example

White with #B0DBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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