Html Css Color HEX #B0DCAD Moss Green

📋 copy color: '#B0DCAD'

red 176 ◦ green 220 ◦ blue 173

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

Shades of Moss Green #B0DCAD

Tints of Moss Green #B0DCAD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.66%

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

R = 30.93%
G = 38.66%
B = 30.4%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#B0DCAD (or 0xB0DCAD) is known color: Moss Green. HEX triplet: B0, DC and AD. RGB value is (176,220,173). Sum of RGB (Red+Green+Blue) = 176+220+173=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DCAD is #4F2352. Grayscale: #C9C9C9. Windows color (decimal): -5186387 or 11394224. OLE color: 11394224.

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

Color convert

RGB 176 220 173 -
CMYK 0.2 0 0.21 0.14
HSL 116.17º 0.4% 0.77% -
HSV(B) 116.17º 0.21% 0.86% -
XYZ 51.04 63.43 49.09 -
YUV 201.49 111.92 109.82 -
System Red Green Blue C M Y K H S L
Decimal 176 220 173 0.2 0 0.21 0.14 116.17 0.4 0.77
Hex B0 DC AD 14 0 15 E 74 28 4D
Octal 260 334 255 24 0 25 16 164 50 115
Binary 10110000 11011100 10101101 10100 0 10101 1110 1110100 101000 1001101

Color Harmonies of #B0DCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCAD

Black with #B0DCAD

Text Example


Text Example

White with #B0DCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCAD; }

 p { color: rgb(176,220,173); }

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

background-color css

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

 a { background-color: rgb(176,220,173); }

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

border-color css

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

 span { border-color: rgb(176,220,173); }

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