#BDD197

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

Shades of Sprout #BDD197

Tints of Sprout #BDD197

Color information

#BDD197 (or 0xBDD197) is unknown color: approx Sprout. HEX triplet: BD, D1 and 97. RGB value is (189,209,151). Sum of RGB (Red+Green+Blue) = 189+209+151=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD197 is #422E68. Grayscale: #C4C4C4. Windows color (decimal): -4337257 or 9949629. OLE color: 9949629.

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

Color convert

RGB189209151-
CMYK0.1000.280.18
HSL80.69º38.67%70.59%-
HSV(B)80.69º27.75%81.96%-
XYZ49.3758.6538-
YUV196.41102.37122.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 209 (82.03% from 255) = 38.07%
BLUE value IS 151 (59.38% from 255) = 27.50%
R=34.43%
G=38.07%
B=27.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091510.1000.280.1880.6938.6770.59
HexBDD197A01C12512747
Octal275321227120342212147107
Binary10111101110100011001011110100111001001010100011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD197; }

 p { color: rgb(189,209,151); }

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

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

 a { background-color: rgb(189,209,151); }

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

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

 span { border-color: rgb(189,209,151); }

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