#B4D5B3

Color #B4D5B3 Moss Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moss Green #B4D5B3

Tints of Moss Green #B4D5B3

Color information

#B4D5B3 (or 0xB4D5B3) is unknown color: approx Moss Green. HEX triplet: B4, D5 and B3. RGB value is (180,213,179). Sum of RGB (Red+Green+Blue) = 180+213+179=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D5B3 is #4B2A4C. Grayscale: #C7C7C7. Windows color (decimal): -4926029 or 11785652. OLE color: 11785652.

HSL color Cylindrical-coordinate representation of color #B4D5B3: hue angle of 118.24º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4D5B3 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB180213179-
CMYK0.1500.160.16
HSL118.24º28.81%76.86%-
HSV(B)118.24º15.96%83.53%-
XYZ50.7560.5551.66-
YUV199.26116.57114.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.47%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=31.47%
G=37.24%
B=31.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802131790.1500.160.16118.2428.8176.86
HexB4D5B3F01010761d4d
Octal264325263170202016635115
Binary1011010011010101101100111111010000100001110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D5B3; }

 p { color: rgb(180,213,179); }

 H1.HeaderClassName
 {
   color: #B4D5B3;
 }
 .AnyTagClassName
 {
   color: #B4D5B3;
 }
</style>
background-color css

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

 a { background-color: rgb(180,213,179); }

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

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

 span { border-color: rgb(180,213,179); }

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