#BDD193

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

Shades of Sprout #BDD193

Tints of Sprout #BDD193

Color information

#BDD193 (or 0xBDD193) is unknown color: approx Sprout. HEX triplet: BD, D1 and 93. RGB value is (189,209,147). Sum of RGB (Red+Green+Blue) = 189+209+147=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD193 is #422E6C. Grayscale: #C4C4C4. Windows color (decimal): -4337261 or 9687485. OLE color: 9687485.

HSL color Cylindrical-coordinate representation of color #BDD193: hue angle of 79.35º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDD193 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB189209147-
CMYK0.1000.300.18
HSL79.35º40.26%69.8%-
HSV(B)79.35º29.67%81.96%-
XYZ49.0558.5336.32-
YUV195.95100.37123.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 209 (82.03% from 255) = 38.35%
BLUE value IS 147 (57.81% from 255) = 26.97%
R=34.68%
G=38.35%
B=26.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091470.1000.300.1879.3540.2669.8
HexBDD193A01E124f2846
Octal275321223120362211750106
Binary10111101110100011001001110100111101001010011111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD193; }

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

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

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

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

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

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

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

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