#BAC69D

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

Shades of Sprout #BAC69D

Tints of Sprout #BAC69D

Color information

#BAC69D (or 0xBAC69D) is unknown color: approx Sprout. HEX triplet: BA, C6 and 9D. RGB value is (186,198,157). Sum of RGB (Red+Green+Blue) = 186+198+157=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC69D is #453962. Grayscale: #BDBDBD. Windows color (decimal): -4536675 or 10340026. OLE color: 10340026.

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

Color convert

RGB186198157-
CMYK0.0600.210.22
HSL77.56º26.45%69.61%-
HSV(B)77.56º20.71%77.65%-
XYZ46.5353.2639.73-
YUV189.74109.52125.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 198 (77.73% from 255) = 36.60%
BLUE value IS 157 (61.72% from 255) = 29.02%
R=34.38%
G=36.60%
B=29.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981570.0600.210.2277.5626.4569.61
HexBAC69D6015164e1a46
Octal27230623560252611632106
Binary101110101100011010011101110010101101101001110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC69D; }

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

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

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

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

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

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

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

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