#BDCD95

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

Shades of Sprout #BDCD95

Tints of Sprout #BDCD95

Color information

#BDCD95 (or 0xBDCD95) is unknown color: approx Sprout. HEX triplet: BD, CD and 95. RGB value is (189,205,149). Sum of RGB (Red+Green+Blue) = 189+205+149=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD95 is #42326A. Grayscale: #C2C2C2. Windows color (decimal): -4338283 or 9817533. OLE color: 9817533.

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

Color convert

RGB189205149-
CMYK0.0800.270.20
HSL77.14º35.9%69.41%-
HSV(B)77.14º27.32%80.39%-
XYZ48.2456.6536.83-
YUV193.83102.7124.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 205 (80.47% from 255) = 37.75%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=34.81%
G=37.75%
B=27.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051490.0800.270.2077.1435.969.41
HexBDCD95801B144d2445
Octal275315225100332411544105
Binary10111101110011011001010110000110111010010011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCD95; }

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

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

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

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

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

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

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

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