#BDCA9A

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

Shades of Sprout #BDCA9A

Tints of Sprout #BDCA9A

Color information

#BDCA9A (or 0xBDCA9A) is unknown color: approx Sprout. HEX triplet: BD, CA and 9A. RGB value is (189,202,154). Sum of RGB (Red+Green+Blue) = 189+202+154=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCA9A is #423565. Grayscale: #C0C0C0. Windows color (decimal): -4339046 or 10144445. OLE color: 10144445.

HSL color Cylindrical-coordinate representation of color #BDCA9A: hue angle of 76.25º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDCA9A is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB189202154-
CMYK0.0600.240.21
HSL76.25º31.17%69.8%-
HSV(B)76.25º23.76%79.22%-
XYZ47.9455.3938.74-
YUV192.64106.19125.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 154 (60.55% from 255) = 28.26%
R=34.68%
G=37.06%
B=28.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021540.0600.240.2176.2531.1769.8
HexBDCA9A6018154c1f46
Octal27531223260302511437106
Binary101111011100101010011010110011000101011001100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA9A; }

 p { color: rgb(189,202,154); }

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

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

 a { background-color: rgb(189,202,154); }

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

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

 span { border-color: rgb(189,202,154); }

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