#BDE8B9

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

Shades of Moss Green #BDE8B9

Tints of Moss Green #BDE8B9

Color information

#BDE8B9 (or 0xBDE8B9) is unknown color: approx Moss Green. HEX triplet: BD, E8 and B9. RGB value is (189,232,185). Sum of RGB (Red+Green+Blue) = 189+232+185=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8B9 is #421746. Grayscale: #D5D5D5. Windows color (decimal): -4331335 or 12183741. OLE color: 12183741.

HSL color Cylindrical-coordinate representation of color #BDE8B9: hue angle of 114.89º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE8B9 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB189232185-
CMYK0.1900.200.09
HSL114.89º50.54%81.76%-
HSV(B)114.89º20.26%90.98%-
XYZ58.672.0356.71-
YUV213.78111.75110.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 232 (91.02% from 255) = 38.28%
BLUE value IS 185 (72.66% from 255) = 30.53%
R=31.19%
G=38.28%
B=30.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892321850.1900.200.09114.8950.5481.76
HexBDE8B9130149733352
Octal275350271230241116363122
Binary10111101111010001011100110011010100100111100111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE8B9; }

 p { color: rgb(189,232,185); }

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

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

 a { background-color: rgb(189,232,185); }

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

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

 span { border-color: rgb(189,232,185); }

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