Html Css Color HEX #B9DDB6 Moss Green

📋 copy color: '#B9DDB6'

red 185 ◦ green 221 ◦ blue 182

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

Shades of Moss Green #B9DDB6

Tints of Moss Green #B9DDB6

RGB

 RED value IS 185 (72.66% from 255) = 31.46%

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

 BLUE value IS 182 (71.48% from 255) = 30.95%

R = 31.46%
G = 37.59%
B = 30.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#B9DDB6 (or 0xB9DDB6) is known color: Moss Green. HEX triplet: B9, DD and B6. RGB value is (185,221,182). Sum of RGB (Red+Green+Blue) = 185+221+182=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDB6 is #462249. Grayscale: #CDCDCD. Windows color (decimal): -4596298 or 11984313. OLE color: 11984313.

HSL color Cylindrical-coordinate representation of color #B9DDB6: hue angle of 115.38º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9DDB6 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 182 -
CMYK 0.16 0 0.18 0.13
HSL 115.38º 0.36% 0.79% -
HSV(B) 115.38º 0.18% 0.87% -
XYZ 54.31 65.4 54.02 -
YUV 205.79 114.57 113.17 -
System Red Green Blue C M Y K H S L
Decimal 185 221 182 0.16 0 0.18 0.13 115.38 0.36 0.79
Hex B9 DD B6 10 0 12 D 73 24 4F
Octal 271 335 266 20 0 22 15 163 44 117
Binary 10111001 11011101 10110110 10000 0 10010 1101 1110011 100100 1001111

Color Harmonies of #B9DDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDB6

Black with #B9DDB6

Text Example


Text Example

White with #B9DDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDB6; }

 p { color: rgb(185,221,182); }

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

background-color css

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

 a { background-color: rgb(185,221,182); }

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

border-color css

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

 span { border-color: rgb(185,221,182); }

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