Html Css Color HEX #B0DDAB Moss Green

📋 copy color: '#B0DDAB'

red 176 ◦ green 221 ◦ blue 171

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

Shades of Moss Green #B0DDAB

Tints of Moss Green #B0DDAB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.91%

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

R = 30.99%
G = 38.91%
B = 30.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#B0DDAB (or 0xB0DDAB) is known color: Moss Green. HEX triplet: B0, DD and AB. RGB value is (176,221,171). Sum of RGB (Red+Green+Blue) = 176+221+171=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DDAB is #4F2254. Grayscale: #CACACA. Windows color (decimal): -5186133 or 11263408. OLE color: 11263408.

HSL color Cylindrical-coordinate representation of color #B0DDAB: hue angle of 114º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0DDAB is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 221 171 -
CMYK 0.20 0 0.23 0.13
HSL 114º 0.42% 0.77% -
HSV(B) 114º 0.23% 0.87% -
XYZ 51.11 63.88 48.16 -
YUV 201.85 110.59 109.57 -
System Red Green Blue C M Y K H S L
Decimal 176 221 171 0.20 0 0.23 0.13 114 0.42 0.77
Hex B0 DD AB 14 0 17 D 72 2A 4D
Octal 260 335 253 24 0 27 15 162 52 115
Binary 10110000 11011101 10101011 10100 0 10111 1101 1110010 101010 1001101

Color Harmonies of #B0DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DDAB

Black with #B0DDAB

Text Example


Text Example

White with #B0DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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