#BACB9D

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

Shades of Sprout #BACB9D

Tints of Sprout #BACB9D

Color information

#BACB9D (or 0xBACB9D) is unknown color: approx Sprout. HEX triplet: BA, CB and 9D. RGB value is (186,203,157). Sum of RGB (Red+Green+Blue) = 186+203+157=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACB9D is #453462. Grayscale: #C0C0C0. Windows color (decimal): -4535395 or 10341306. OLE color: 10341306.

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

Color convert

RGB186203157-
CMYK0.0800.230.20
HSL82.17º30.67%70.59%-
HSV(B)82.17º22.66%79.61%-
XYZ47.6955.5940.11-
YUV192.67107.87123.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 203 (79.69% from 255) = 37.18%
BLUE value IS 157 (61.72% from 255) = 28.75%
R=34.07%
G=37.18%
B=28.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862031570.0800.230.2082.1730.6770.59
HexBACB9D801714521f47
Octal272313235100272412237107
Binary1011101011001011100111011000010111101001010010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACB9D; }

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

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

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

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

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

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

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

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