#BACD68

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

Shades of Wild Willow #BACD68

Tints of Wild Willow #BACD68

Color information

#BACD68 (or 0xBACD68) is unknown color: approx Wild Willow. HEX triplet: BA, CD and 68. RGB value is (186,205,104). Sum of RGB (Red+Green+Blue) = 186+205+104=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD68 is #453297. Grayscale: #BCBCBC. Windows color (decimal): -4534936 or 6868410. OLE color: 6868410.

HSL color Cylindrical-coordinate representation of color #BACD68: hue angle of 71.29º degrees, saturation: 0.5, 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 #BACD68 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB186205104-
CMYK0.0900.490.20
HSL71.29º50.25%60.59%-
HSV(B)71.29º49.27%80.39%-
XYZ44.5855.121.38-
YUV187.880.71126.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 104 (41.02% from 255) = 21.01%
R=37.58%
G=41.41%
B=21.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051040.0900.490.2071.2950.2560.59
HexBACD6890311447323d
Octal27231515011061241076275
Binary1011101011001101110100010010110001101001000111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD68; }

 p { color: rgb(186,205,104); }

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

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

 a { background-color: rgb(186,205,104); }

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

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

 span { border-color: rgb(186,205,104); }

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