#BDD09A

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

Shades of Sprout #BDD09A

Tints of Sprout #BDD09A

Color information

#BDD09A (or 0xBDD09A) is unknown color: approx Sprout. HEX triplet: BD, D0 and 9A. RGB value is (189,208,154). Sum of RGB (Red+Green+Blue) = 189+208+154=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD09A is #422F65. Grayscale: #C4C4C4. Windows color (decimal): -4337510 or 10145981. OLE color: 10145981.

HSL color Cylindrical-coordinate representation of color #BDD09A: hue angle of 81.11º degrees, saturation: 0.36, 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 #BDD09A is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB189208154-
CMYK0.0900.260.18
HSL81.11º36.49%70.98%-
HSV(B)81.11º25.96%81.57%-
XYZ49.3758.2639.22-
YUV196.16104.21122.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 208 (81.64% from 255) = 37.75%
BLUE value IS 154 (60.55% from 255) = 27.95%
R=34.30%
G=37.75%
B=27.95%

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
Decimal1892081540.0900.260.1881.1136.4970.98
HexBDD09A901A12512447
Octal275320232110322212144107
Binary10111101110100001001101010010110101001010100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD09A; }

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

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

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

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

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

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

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

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