#BDD190

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

Shades of Sprout #BDD190

Tints of Sprout #BDD190

Color information

#BDD190 (or 0xBDD190) is unknown color: approx Sprout. HEX triplet: BD, D1 and 90. RGB value is (189,209,144). Sum of RGB (Red+Green+Blue) = 189+209+144=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD190 is #422E6F. Grayscale: #C3C3C3. Windows color (decimal): -4337264 or 9490877. OLE color: 9490877.

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

Color convert

RGB189209144-
CMYK0.1000.310.18
HSL78.46º41.4%69.22%-
HSV(B)78.46º31.1%81.96%-
XYZ48.8258.4335.09-
YUV195.6198.87123.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 209 (82.03% from 255) = 38.56%
BLUE value IS 144 (56.64% from 255) = 26.57%
R=34.87%
G=38.56%
B=26.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091440.1000.310.1878.4641.469.22
HexBDD190A01F124e2945
Octal275321220120372211651105
Binary10111101110100011001000010100111111001010011101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD190; }

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

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

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

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

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

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

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

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