#BDD595

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

Shades of Sprout #BDD595

Tints of Sprout #BDD595

Color information

#BDD595 (or 0xBDD595) is unknown color: approx Sprout. HEX triplet: BD, D5 and 95. RGB value is (189,213,149). Sum of RGB (Red+Green+Blue) = 189+213+149=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD595 is #422A6A. Grayscale: #C6C6C6. Windows color (decimal): -4336235 or 9819581. OLE color: 9819581.

HSL color Cylindrical-coordinate representation of color #BDD595: hue angle of 82.5º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDD595 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB189213149-
CMYK0.1100.300.16
HSL82.5º43.24%70.98%-
HSV(B)82.5º30.05%83.53%-
XYZ50.2160.5837.48-
YUV198.53100.05121.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 213 (83.59% from 255) = 38.66%
BLUE value IS 149 (58.59% from 255) = 27.04%
R=34.30%
G=38.66%
B=27.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131490.1100.300.1682.543.2470.98
HexBDD595B01E10522b47
Octal275325225130362012253107
Binary10111101110101011001010110110111101000010100101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD595; }

 p { color: rgb(189,213,149); }

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

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

 a { background-color: rgb(189,213,149); }

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

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

 span { border-color: rgb(189,213,149); }

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