#BDD099

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

Shades of Sprout #BDD099

Tints of Sprout #BDD099

Color information

#BDD099 (or 0xBDD099) is unknown color: approx Sprout. HEX triplet: BD, D0 and 99. RGB value is (189,208,153). Sum of RGB (Red+Green+Blue) = 189+208+153=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD099 is #422F66. Grayscale: #C4C4C4. Windows color (decimal): -4337511 or 10080445. OLE color: 10080445.

HSL color Cylindrical-coordinate representation of color #BDD099: hue angle of 80.73º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD099 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB189208153-
CMYK0.0900.260.18
HSL80.73º36.91%70.78%-
HSV(B)80.73º26.44%81.57%-
XYZ49.2958.2338.78-
YUV196.05103.71122.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.36%
GREEN value IS 208 (81.64% from 255) = 37.82%
BLUE value IS 153 (60.16% from 255) = 27.82%
R=34.36%
G=37.82%
B=27.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081530.0900.260.1880.7336.9170.78
HexBDD099901A12512547
Octal275320231110322212145107
Binary10111101110100001001100110010110101001010100011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD099; }

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

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

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

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

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

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

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

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