Html Css Color HEX #B8DCB4 Moss Green

📋 copy color: '#B8DCB4'

red 184 ◦ green 220 ◦ blue 180

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

Shades of Moss Green #B8DCB4

Tints of Moss Green #B8DCB4

RGB

 RED value IS 184 (72.27% from 255) = 31.51%

 GREEN value IS 220 (86.33% from 255) = 37.67%

 BLUE value IS 180 (70.7% from 255) = 30.82%

R = 31.51%
G = 37.67%
B = 30.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#B8DCB4 (or 0xB8DCB4) is known color: Moss Green. HEX triplet: B8, DC and B4. RGB value is (184,220,180). Sum of RGB (Red+Green+Blue) = 184+220+180=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCB4 is #47234B. Grayscale: #CCCCCC. Windows color (decimal): -4662092 or 11852984. OLE color: 11852984.

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

Color convert

RGB 184 220 180 -
CMYK 0.16 0 0.18 0.14
HSL 114º 0.36% 0.78% -
HSV(B) 114º 0.18% 0.86% -
XYZ 53.6 64.67 52.84 -
YUV 204.68 114.07 113.25 -
System Red Green Blue C M Y K H S L
Decimal 184 220 180 0.16 0 0.18 0.14 114 0.36 0.78
Hex B8 DC B4 10 0 12 E 72 24 4E
Octal 270 334 264 20 0 22 16 162 44 116
Binary 10111000 11011100 10110100 10000 0 10010 1110 1110010 100100 1001110

Color Harmonies of #B8DCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DCB4

Black with #B8DCB4

Text Example


Text Example

White with #B8DCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DCB4; }

 p { color: rgb(184,220,180); }

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

background-color css

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

 a { background-color: rgb(184,220,180); }

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

border-color css

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

 span { border-color: rgb(184,220,180); }

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