#BACA9C

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

Shades of Sprout #BACA9C

Tints of Sprout #BACA9C

Color information

#BACA9C (or 0xBACA9C) is unknown color: approx Sprout. HEX triplet: BA, CA and 9C. RGB value is (186,202,156). Sum of RGB (Red+Green+Blue) = 186+202+156=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACA9C is #453563. Grayscale: #C0C0C0. Windows color (decimal): -4535652 or 10275514. OLE color: 10275514.

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

Color convert

RGB186202156-
CMYK0.0800.230.21
HSL80.87º30.26%70.2%-
HSV(B)80.87º22.77%79.22%-
XYZ47.3755.0839.59-
YUV191.97107.7123.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 156 (61.33% from 255) = 28.68%
R=34.19%
G=37.13%
B=28.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021560.0800.230.2180.8730.2670.2
HexBACA9C801715511e46
Octal272312234100272512136106
Binary1011101011001010100111001000010111101011010001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA9C; }

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

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

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

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

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

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

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

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