Html Css Color HEX #B0DBAB Moss Green

📋 copy color: '#B0DBAB'

red 176 ◦ green 219 ◦ blue 171

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

Shades of Moss Green #B0DBAB

Tints of Moss Green #B0DBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.21%

R = 31.1%
G = 38.69%
B = 30.21%

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

#B0DBAB (or 0xB0DBAB) is known color: Moss Green. HEX triplet: B0, DB and AB. RGB value is (176,219,171). Sum of RGB (Red+Green+Blue) = 176+219+171=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBAB is #4F2454. Grayscale: #C8C8C8. Windows color (decimal): -5186645 or 11262896. OLE color: 11262896.

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

Color convert

RGB 176 219 171 -
CMYK 0.20 0 0.22 0.14
HSL 113.75º 0.4% 0.76% -
HSV(B) 113.75º 0.22% 0.86% -
XYZ 50.59 62.83 47.99 -
YUV 200.67 111.25 110.4 -
System Red Green Blue C M Y K H S L
Decimal 176 219 171 0.20 0 0.22 0.14 113.75 0.4 0.76
Hex B0 DB AB 14 0 16 E 72 28 4C
Octal 260 333 253 24 0 26 16 162 50 114
Binary 10110000 11011011 10101011 10100 0 10110 1110 1110010 101000 1001100

Color Harmonies of #B0DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DBAB

Black with #B0DBAB

Text Example


Text Example

White with #B0DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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