#BDCD97

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

Shades of Sprout #BDCD97

Tints of Sprout #BDCD97

Color information

#BDCD97 (or 0xBDCD97) is unknown color: approx Sprout. HEX triplet: BD, CD and 97. RGB value is (189,205,151). Sum of RGB (Red+Green+Blue) = 189+205+151=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD97 is #423268. Grayscale: #C2C2C2. Windows color (decimal): -4338281 or 9948605. OLE color: 9948605.

HSL color Cylindrical-coordinate representation of color #BDCD97: hue angle of 77.78º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDCD97 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB189205151-
CMYK0.0800.260.20
HSL77.78º35.06%69.8%-
HSV(B)77.78º26.34%80.39%-
XYZ48.456.7237.67-
YUV194.06103.7124.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 205 (80.47% from 255) = 37.61%
BLUE value IS 151 (59.38% from 255) = 27.71%
R=34.68%
G=37.61%
B=27.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051510.0800.260.2077.7835.0669.8
HexBDCD97801A144e2346
Octal275315227100322411643106
Binary10111101110011011001011110000110101010010011101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCD97; }

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

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

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

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

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

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

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

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