#BACC94

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

Shades of Sprout #BACC94

Tints of Sprout #BACC94

Color information

#BACC94 (or 0xBACC94) is unknown color: approx Sprout. HEX triplet: BA, CC and 94. RGB value is (186,204,148). Sum of RGB (Red+Green+Blue) = 186+204+148=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACC94 is #45336B. Grayscale: #C0C0C0. Windows color (decimal): -4535148 or 9751738. OLE color: 9751738.

HSL color Cylindrical-coordinate representation of color #BACC94: hue angle of 79.29º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BACC94 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB186204148-
CMYK0.0900.270.2
HSL79.29º35.44%69.02%-
HSV(B)79.29º27.45%80%-
XYZ47.1955.7636.29-
YUV192.23103.04123.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 204 (80.08% from 255) = 37.92%
BLUE value IS 148 (58.20% from 255) = 27.51%
R=34.57%
G=37.92%
B=27.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862041480.0900.270.279.2935.4469.02
HexBACC94901B144f2345
Octal272314224110332411743105
Binary10111010110011001001010010010110111010010011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC94; }

 p { color: rgb(186,204,148); }

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

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

 a { background-color: rgb(186,204,148); }

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

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

 span { border-color: rgb(186,204,148); }

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