Html Css Color HEX #B0DBAA Moss Green

📋 copy color: '#B0DBAA'

red 176 ◦ green 219 ◦ blue 170

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

Shades of Moss Green #B0DBAA

Tints of Moss Green #B0DBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.09%

R = 31.15%
G = 38.76%
B = 30.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#B0DBAA (or 0xB0DBAA) is known color: Moss Green. HEX triplet: B0, DB and AA. RGB value is (176,219,170). Sum of RGB (Red+Green+Blue) = 176+219+170=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBAA is #4F2455. Grayscale: #C8C8C8. Windows color (decimal): -5186646 or 11197360. OLE color: 11197360.

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

Color convert

RGB 176 219 170 -
CMYK 0.20 0 0.22 0.14
HSL 112.65º 0.4% 0.76% -
HSV(B) 112.65º 0.22% 0.86% -
XYZ 50.49 62.8 47.49 -
YUV 200.56 110.75 110.48 -
System Red Green Blue C M Y K H S L
Decimal 176 219 170 0.20 0 0.22 0.14 112.65 0.4 0.76
Hex B0 DB AA 14 0 16 E 71 28 4C
Octal 260 333 252 24 0 26 16 161 50 114
Binary 10110000 11011011 10101010 10100 0 10110 1110 1110001 101000 1001100

Color Harmonies of #B0DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DBAA

Black with #B0DBAA

Text Example


Text Example

White with #B0DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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