#BDD599

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

Shades of Sprout #BDD599

Tints of Sprout #BDD599

Color information

#BDD599 (or 0xBDD599) is unknown color: approx Sprout. HEX triplet: BD, D5 and 99. RGB value is (189,213,153). Sum of RGB (Red+Green+Blue) = 189+213+153=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD599 is #422A66. Grayscale: #C7C7C7. Windows color (decimal): -4336231 or 10081725. OLE color: 10081725.

HSL color Cylindrical-coordinate representation of color #BDD599: hue angle of 84º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDD599 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB189213153-
CMYK0.1100.280.16
HSL84º41.67%71.76%-
HSV(B)84º28.17%83.53%-
XYZ50.5360.7139.19-
YUV198.98102.05120.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 213 (83.59% from 255) = 38.38%
BLUE value IS 153 (60.16% from 255) = 27.57%
R=34.05%
G=38.38%
B=27.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131530.1100.280.168441.6771.76
HexBDD599B01C10542a48
Octal275325231130342012452110
Binary10111101110101011001100110110111001000010101001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD599; }

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

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

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

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

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

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

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

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