#BDD097

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

Shades of Sprout #BDD097

Tints of Sprout #BDD097

Color information

#BDD097 (or 0xBDD097) is unknown color: approx Sprout. HEX triplet: BD, D0 and 97. RGB value is (189,208,151). Sum of RGB (Red+Green+Blue) = 189+208+151=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD097 is #422F68. Grayscale: #C4C4C4. Windows color (decimal): -4337513 or 9949373. OLE color: 9949373.

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

Color convert

RGB189208151-
CMYK0.0900.270.18
HSL80º37.75%70.39%-
HSV(B)80º27.4%81.57%-
XYZ49.1358.1637.92-
YUV195.82102.71123.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 208 (81.64% from 255) = 37.96%
BLUE value IS 151 (59.38% from 255) = 27.55%
R=34.49%
G=37.96%
B=27.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081510.0900.270.188037.7570.39
HexBDD097901B12502646
Octal275320227110332212046106
Binary10111101110100001001011110010110111001010100001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD097; }

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

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

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

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

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

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

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

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