#BDCD99

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

Shades of Sprout #BDCD99

Tints of Sprout #BDCD99

Color information

#BDCD99 (or 0xBDCD99) is unknown color: approx Sprout. HEX triplet: BD, CD and 99. RGB value is (189,205,153). Sum of RGB (Red+Green+Blue) = 189+205+153=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD99 is #423266. Grayscale: #C2C2C2. Windows color (decimal): -4338279 or 10079677. OLE color: 10079677.

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

Color convert

RGB189205153-
CMYK0.0800.250.20
HSL78.46º34.21%70.2%-
HSV(B)78.46º25.37%80.39%-
XYZ48.5756.7838.54-
YUV194.29104.7124.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 205 (80.47% from 255) = 37.48%
BLUE value IS 153 (60.16% from 255) = 27.97%
R=34.55%
G=37.48%
B=27.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051530.0800.250.2078.4634.2170.2
HexBDCD998019144e2246
Octal275315231100312411642106
Binary10111101110011011001100110000110011010010011101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCD99; }

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

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

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

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

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

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

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

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