Html Css Color HEX #B0DCAC Moss Green

📋 copy color: '#B0DCAC'

red 176 ◦ green 220 ◦ blue 172

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

Shades of Moss Green #B0DCAC

Tints of Moss Green #B0DCAC

RGB

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

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

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

R = 30.99%
G = 38.73%
B = 30.28%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#B0DCAC (or 0xB0DCAC) is known color: Moss Green. HEX triplet: B0, DC and AC. RGB value is (176,220,172). Sum of RGB (Red+Green+Blue) = 176+220+172=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DCAC is #4F2353. Grayscale: #C9C9C9. Windows color (decimal): -5186388 or 11328688. OLE color: 11328688.

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

Color convert

RGB 176 220 172 -
CMYK 0.2 0 0.22 0.14
HSL 115º 0.41% 0.77% -
HSV(B) 115º 0.22% 0.86% -
XYZ 50.94 63.4 48.58 -
YUV 201.37 111.42 109.9 -
System Red Green Blue C M Y K H S L
Decimal 176 220 172 0.2 0 0.22 0.14 115 0.41 0.77
Hex B0 DC AC 14 0 16 E 73 29 4D
Octal 260 334 254 24 0 26 16 163 51 115
Binary 10110000 11011100 10101100 10100 0 10110 1110 1110011 101001 1001101

Color Harmonies of #B0DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCAC

Black with #B0DCAC

Text Example


Text Example

White with #B0DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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