Html Css Color HEX #B0DCB0 Moss Green

📋 copy color: '#B0DCB0'

red 176 ◦ green 220 ◦ blue 176

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

Shades of Moss Green #B0DCB0

Tints of Moss Green #B0DCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.77%

R = 30.77%
G = 38.46%
B = 30.77%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#B0DCB0 (or 0xB0DCB0) is known color: Moss Green. HEX triplet: B0, DC and B0. RGB value is (176,220,176). Sum of RGB (Red+Green+Blue) = 176+220+176=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DCB0 is #4F234F. Grayscale: #C9C9C9. Windows color (decimal): -5186384 or 11590832. OLE color: 11590832.

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

Color convert

RGB 176 220 176 -
CMYK 0.2 0 0.2 0.14
HSL 120º 0.39% 0.78% -
HSV(B) 120º 0.2% 0.86% -
XYZ 51.33 63.55 50.64 -
YUV 201.83 113.42 109.58 -
System Red Green Blue C M Y K H S L
Decimal 176 220 176 0.2 0 0.2 0.14 120 0.39 0.78
Hex B0 DC B0 14 0 14 E 78 27 4E
Octal 260 334 260 24 0 24 16 170 47 116
Binary 10110000 11011100 10110000 10100 0 10100 1110 1111000 100111 1001110

Color Harmonies of #B0DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCB0

Black with #B0DCB0

Text Example


Text Example

White with #B0DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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