Html Css Color HEX #B2D8B3 Moss Green

📋 copy color: '#B2D8B3'

red 178 ◦ green 216 ◦ blue 179

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

Shades of Moss Green #B2D8B3

Tints of Moss Green #B2D8B3

RGB

 RED value IS 178 (69.92% from 255) = 31.06%

 GREEN value IS 216 (84.77% from 255) = 37.7%

 BLUE value IS 179 (70.31% from 255) = 31.24%

R = 31.06%
G = 37.7%
B = 31.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#B2D8B3 (or 0xB2D8B3) is known color: Moss Green. HEX triplet: B2, D8 and B3. RGB value is (178,216,179). Sum of RGB (Red+Green+Blue) = 178+216+179=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D8B3 is #4D274C. Grayscale: #C8C8C8. Windows color (decimal): -5056333 or 11786418. OLE color: 11786418.

HSL color Cylindrical-coordinate representation of color #B2D8B3: hue angle of 121.58º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2D8B3 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 216 179 -
CMYK 0.18 0 0.17 0.15
HSL 121.58º 0.33% 0.77% -
HSV(B) 121.58º 0.18% 0.85% -
XYZ 51.05 61.83 51.89 -
YUV 200.42 115.91 112.01 -
System Red Green Blue C M Y K H S L
Decimal 178 216 179 0.18 0 0.17 0.15 121.58 0.33 0.77
Hex B2 D8 B3 12 0 11 F 7A 21 4D
Octal 262 330 263 22 0 21 17 172 41 115
Binary 10110010 11011000 10110011 10010 0 10001 1111 1111010 100001 1001101

Color Harmonies of #B2D8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D8B3

Black with #B2D8B3

Text Example


Text Example

White with #B2D8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D8B3; }

 p { color: rgb(178,216,179); }

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

background-color css

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

 a { background-color: rgb(178,216,179); }

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

border-color css

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

 span { border-color: rgb(178,216,179); }

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