Html Css Color HEX #BACB6D Wild Willow

📋 copy color: '#BACB6D'

red 186 ◦ green 203 ◦ blue 109

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

Shades of Wild Willow #BACB6D

Tints of Wild Willow #BACB6D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.76%

 BLUE value IS 109 (42.97% from 255) = 21.89%

R = 37.35%
G = 40.76%
B = 21.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#BACB6D (or 0xBACB6D) is known color: Wild Willow. HEX triplet: BA, CB and 6D. RGB value is (186,203,109). Sum of RGB (Red+Green+Blue) = 186+203+109=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACB6D is #453492. Grayscale: #BBBBBB. Windows color (decimal): -4535443 or 7195578. OLE color: 7195578.

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

Color convert

RGB 186 203 109 -
CMYK 0.08 0 0.46 0.20
HSL 70.85º 0.47% 0.61% -
HSV(B) 70.85º 0.46% 0.8% -
XYZ 44.37 54.26 22.6 -
YUV 187.2 83.87 127.14 -
System Red Green Blue C M Y K H S L
Decimal 186 203 109 0.08 0 0.46 0.20 70.85 0.47 0.61
Hex BA CB 6D 8 0 2E 14 47 2F 3D
Octal 272 313 155 10 0 56 24 107 57 75
Binary 10111010 11001011 1101101 1000 0 101110 10100 1000111 101111 111101

Color Harmonies of #BACB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACB6D

Black with #BACB6D

Text Example


Text Example

White with #BACB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACB6D; }

 p { color: rgb(186,203,109); }

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

background-color css

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

 a { background-color: rgb(186,203,109); }

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

border-color css

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

 span { border-color: rgb(186,203,109); }

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