#BDD891

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

Shades of Sprout #BDD891

Tints of Sprout #BDD891

Color information

#BDD891 (or 0xBDD891) is unknown color: approx Sprout. HEX triplet: BD, D8 and 91. RGB value is (189,216,145). Sum of RGB (Red+Green+Blue) = 189+216+145=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 145 (57.03% from 255 or 26.36% from 550); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD891 is #42276E. Grayscale: #C8C8C8. Windows color (decimal): -4335471 or 9558205. OLE color: 9558205.

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

Color convert

RGB189216145-
CMYK0.1200.330.15
HSL82.82º47.65%70.78%-
HSV(B)82.82º32.87%84.71%-
XYZ50.6561.9736.08-
YUV199.8397.05120.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.36%
GREEN value IS 216 (84.77% from 255) = 39.27%
BLUE value IS 145 (57.03% from 255) = 26.36%
R=34.36%
G=39.27%
B=26.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892161450.1200.330.1582.8247.6570.78
HexBDD891C021F533047
Octal275330221140411712360107
Binary10111101110110001001000111000100001111110100111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD891; }

 p { color: rgb(189,216,145); }

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

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

 a { background-color: rgb(189,216,145); }

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

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

 span { border-color: rgb(189,216,145); }

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