#BDD397

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

Shades of Sprout #BDD397

Tints of Sprout #BDD397

Color information

#BDD397 (or 0xBDD397) is unknown color: approx Sprout. HEX triplet: BD, D3 and 97. RGB value is (189,211,151). Sum of RGB (Red+Green+Blue) = 189+211+151=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD397 is #422C68. Grayscale: #C5C5C5. Windows color (decimal): -4336745 or 9950141. OLE color: 9950141.

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

Color convert

RGB189211151-
CMYK0.1000.280.17
HSL82º40.54%70.98%-
HSV(B)82º28.44%82.75%-
XYZ49.8759.6438.16-
YUV197.58101.71121.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 211 (82.81% from 255) = 38.29%
BLUE value IS 151 (59.38% from 255) = 27.40%
R=34.30%
G=38.29%
B=27.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892111510.1000.280.178240.5470.98
HexBDD397A01C11522947
Octal275323227120342112251107
Binary10111101110100111001011110100111001000110100101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD397; }

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

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

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

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

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

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

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

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