#bddd93

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

Shades of Sprout #BDDD93

Tints of Sprout #BDDD93

Color information

#BDDD93 (or 0xBDDD93) is unknown color: approx Sprout. HEX triplet: BD, DD and 93. RGB value is (189,221,147). Sum of RGB (Red+Green+Blue) = 189+221+147=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD93 is #42226C. Grayscale: #CBCBCB. Windows color (decimal): -4334189 or 9690557. OLE color: 9690557.

HSL color Cylindrical-coordinate representation of color #BDDD93: hue angle of 85.95º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDDD93 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB189221147-
CMYK0.1400.330.13
HSL85.95º52.11%72.16%-
HSV(B)85.95º33.48%86.67%-
XYZ52.1164.6437.33-
YUV20396.4118.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 221 (86.72% from 255) = 39.68%
BLUE value IS 147 (57.81% from 255) = 26.39%
R=33.93%
G=39.68%
B=26.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892211470.1400.330.1385.9552.1172.16
HexBDDD93E021D563448
Octal275335223160411512664110
Binary10111101110111011001001111100100001110110101101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bddd93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bddd93; }

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

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

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

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

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

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

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

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