#BDD19D

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

Shades of Sprout #BDD19D

Tints of Sprout #BDD19D

Color information

#BDD19D (or 0xBDD19D) is unknown color: approx Sprout. HEX triplet: BD, D1 and 9D. RGB value is (189,209,157). Sum of RGB (Red+Green+Blue) = 189+209+157=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD19D is #422E62. Grayscale: #C5C5C5. Windows color (decimal): -4337251 or 10342845. OLE color: 10342845.

HSL color Cylindrical-coordinate representation of color #BDD19D: hue angle of 83.08º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD19D is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB189209157-
CMYK0.1000.250.18
HSL83.08º36.11%71.76%-
HSV(B)83.08º24.88%81.96%-
XYZ49.8758.8540.63-
YUV197.09105.37122.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 209 (82.03% from 255) = 37.66%
BLUE value IS 157 (61.72% from 255) = 28.29%
R=34.05%
G=37.66%
B=28.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091570.1000.250.1883.0836.1171.76
HexBDD19DA01912532448
Octal275321235120312212344110
Binary10111101110100011001110110100110011001010100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD19D; }

 p { color: rgb(189,209,157); }

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

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

 a { background-color: rgb(189,209,157); }

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

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

 span { border-color: rgb(189,209,157); }

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