#BDD995

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

Shades of Sprout #BDD995

Tints of Sprout #BDD995

Color information

#BDD995 (or 0xBDD995) is unknown color: approx Sprout. HEX triplet: BD, D9 and 95. RGB value is (189,217,149). Sum of RGB (Red+Green+Blue) = 189+217+149=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD995 is #42266A. Grayscale: #C9C9C9. Windows color (decimal): -4335211 or 9820605. OLE color: 9820605.

HSL color Cylindrical-coordinate representation of color #BDD995: hue angle of 84.71º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDD995 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB189217149-
CMYK0.1300.310.15
HSL84.71º47.22%71.76%-
HSV(B)84.71º31.34%85.1%-
XYZ51.2262.6137.82-
YUV200.8898.72119.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 217 (85.16% from 255) = 39.10%
BLUE value IS 149 (58.59% from 255) = 26.85%
R=34.05%
G=39.10%
B=26.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892171490.1300.310.1584.7147.2271.76
HexBDD995D01FF552f48
Octal275331225150371712557110
Binary1011110111011001100101011101011111111110101011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD995; }

 p { color: rgb(189,217,149); }

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

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

 a { background-color: rgb(189,217,149); }

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

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

 span { border-color: rgb(189,217,149); }

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