#BACC69

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

Shades of Wild Willow #BACC69

Tints of Wild Willow #BACC69

Color information

#BACC69 (or 0xBACC69) is unknown color: approx Wild Willow. HEX triplet: BA, CC and 69. RGB value is (186,204,105). Sum of RGB (Red+Green+Blue) = 186+204+105=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC69 is #453396. Grayscale: #BBBBBB. Windows color (decimal): -4535191 or 6933690. OLE color: 6933690.

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

Color convert

RGB186204105-
CMYK0.0900.490.2
HSL70.91º49.25%60.59%-
HSV(B)70.91º48.53%80%-
XYZ44.3954.6421.57-
YUV187.3381.54127.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 204 (80.08% from 255) = 41.21%
BLUE value IS 105 (41.41% from 255) = 21.21%
R=37.58%
G=41.21%
B=21.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862041050.0900.490.270.9149.2560.59
HexBACC6990311447313d
Octal27231415111061241076175
Binary1011101011001100110100110010110001101001000111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC69; }

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

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

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

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

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

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

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

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