#BACA9D

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

Shades of Sprout #BACA9D

Tints of Sprout #BACA9D

Color information

#BACA9D (or 0xBACA9D) is unknown color: approx Sprout. HEX triplet: BA, CA and 9D. RGB value is (186,202,157). Sum of RGB (Red+Green+Blue) = 186+202+157=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACA9D is #453562. Grayscale: #C0C0C0. Windows color (decimal): -4535651 or 10341050. OLE color: 10341050.

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

Color convert

RGB186202157-
CMYK0.0800.220.21
HSL81.33º29.8%70.39%-
HSV(B)81.33º22.28%79.22%-
XYZ47.4655.1140.04-
YUV192.09108.2123.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 157 (61.72% from 255) = 28.81%
R=34.13%
G=37.06%
B=28.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021570.0800.220.2181.3329.870.39
HexBACA9D801615511e46
Octal272312235100262512136106
Binary1011101011001010100111011000010110101011010001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA9D; }

 p { color: rgb(186,202,157); }

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

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

 a { background-color: rgb(186,202,157); }

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

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

 span { border-color: rgb(186,202,157); }

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