Html Css Color HEX #BAC668 Wild Willow

📋 copy color: '#BAC668'

red 186 ◦ green 198 ◦ blue 104

#BAC668
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #BAC668

Tints of Wild Willow #BAC668

RGB

 RED value IS 186 (73.05% from 255) = 38.11%

 GREEN value IS 198 (77.73% from 255) = 40.57%

 BLUE value IS 104 (41.02% from 255) = 21.31%

R = 38.11%
G = 40.57%
B = 21.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#BAC668 (or 0xBAC668) is known color: Wild Willow. HEX triplet: BA, C6 and 68. RGB value is (186,198,104). Sum of RGB (Red+Green+Blue) = 186+198+104=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC668 is #453997. Grayscale: #B8B8B8. Windows color (decimal): -4536728 or 6866618. OLE color: 6866618.

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

Color convert

RGB 186 198 104 -
CMYK 0.06 0 0.47 0.22
HSL 67.66º 0.45% 0.59% -
HSV(B) 67.66º 0.47% 0.78% -
XYZ 42.94 51.83 20.84 -
YUV 183.7 83.02 129.64 -
System Red Green Blue C M Y K H S L
Decimal 186 198 104 0.06 0 0.47 0.22 67.66 0.45 0.59
Hex BA C6 68 6 0 2F 16 44 2D 3B
Octal 272 306 150 6 0 57 26 104 55 73
Binary 10111010 11000110 1101000 110 0 101111 10110 1000100 101101 111011

Color Harmonies of #BAC668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC668

Black with #BAC668

Text Example


Text Example

White with #BAC668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC668; }

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

 H1.HeaderClassName
 {
   color: #BAC668;
 }
 .AnyTagClassName
 {
   color: #BAC668;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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