Html Css Color HEX #B1DCAD Moss Green

📋 copy color: '#B1DCAD'

red 177 ◦ green 220 ◦ blue 173

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

Shades of Moss Green #B1DCAD

Tints of Moss Green #B1DCAD

RGB

 RED value IS 177 (69.53% from 255) = 31.05%

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

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

R = 31.05%
G = 38.6%
B = 30.35%

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

#B1DCAD (or 0xB1DCAD) is known color: Moss Green. HEX triplet: B1, DC and AD. RGB value is (177,220,173). Sum of RGB (Red+Green+Blue) = 177+220+173=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DCAD is #4E2352. Grayscale: #C9C9C9. Windows color (decimal): -5120851 or 11394225. OLE color: 11394225.

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

Color convert

RGB 177 220 173 -
CMYK 0.20 0 0.21 0.14
HSL 114.89º 0.4% 0.77% -
HSV(B) 114.89º 0.21% 0.86% -
XYZ 51.27 63.55 49.1 -
YUV 201.79 111.75 110.32 -
System Red Green Blue C M Y K H S L
Decimal 177 220 173 0.20 0 0.21 0.14 114.89 0.4 0.77
Hex B1 DC AD 14 0 15 E 73 28 4D
Octal 261 334 255 24 0 25 16 163 50 115
Binary 10110001 11011100 10101101 10100 0 10101 1110 1110011 101000 1001101

Color Harmonies of #B1DCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DCAD

Black with #B1DCAD

Text Example


Text Example

White with #B1DCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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