#BACC6C

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

Shades of Wild Willow #BACC6C

Tints of Wild Willow #BACC6C

Color information

#BACC6C (or 0xBACC6C) is unknown color: approx Wild Willow. HEX triplet: BA, CC and 6C. RGB value is (186,204,108). Sum of RGB (Red+Green+Blue) = 186+204+108=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC6C is #453393. Grayscale: #BCBCBC. Windows color (decimal): -4535188 or 7130298. OLE color: 7130298.

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

Color convert

RGB186204108-
CMYK0.0900.470.2
HSL71.25º48.48%61.18%-
HSV(B)71.25º47.06%80%-
XYZ44.5554.7122.4-
YUV187.6783.04126.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 204 (80.08% from 255) = 40.96%
BLUE value IS 108 (42.58% from 255) = 21.69%
R=37.35%
G=40.96%
B=21.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862041080.0900.470.271.2548.4861.18
HexBACC6C902F1447303d
Octal27231415411057241076075
Binary1011101011001100110110010010101111101001000111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC6C; }

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

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

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

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

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

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

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

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