#BDD793

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

Shades of Sprout #BDD793

Tints of Sprout #BDD793

Color information

#BDD793 (or 0xBDD793) is unknown color: approx Sprout. HEX triplet: BD, D7 and 93. RGB value is (189,215,147). Sum of RGB (Red+Green+Blue) = 189+215+147=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD793 is #42286C. Grayscale: #C7C7C7. Windows color (decimal): -4335725 or 9689021. OLE color: 9689021.

HSL color Cylindrical-coordinate representation of color #BDD793: hue angle of 82.94º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDD793 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB189215147-
CMYK0.1200.320.16
HSL82.94º45.95%70.98%-
HSV(B)82.94º31.63%84.31%-
XYZ50.5561.5336.82-
YUV199.4798.39120.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 215 (84.38% from 255) = 39.02%
BLUE value IS 147 (57.81% from 255) = 26.68%
R=34.30%
G=39.02%
B=26.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151470.1200.320.1682.9445.9570.98
HexBDD793C02010532e47
Octal275327223140402012356107
Binary101111011101011110010011110001000001000010100111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD793; }

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

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

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

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

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

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

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

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