Html Css Color HEX #BAC755 Wild Willow

📋 copy color: '#BAC755'

red 186 ◦ green 199 ◦ blue 85

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

Shades of Wild Willow #BAC755

Tints of Wild Willow #BAC755

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.34%

 BLUE value IS 85 (33.59% from 255) = 18.09%

R = 39.57%
G = 42.34%
B = 18.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#BAC755 (or 0xBAC755) is known color: Wild Willow. HEX triplet: BA, C7 and 55. RGB value is (186,199,85). Sum of RGB (Red+Green+Blue) = 186+199+85=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC755 is #4538AA. Grayscale: #B6B6B6. Windows color (decimal): -4536491 or 5621690. OLE color: 5621690.

HSL color Cylindrical-coordinate representation of color #BAC755: hue angle of 66.84º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAC755 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 199 85 -
CMYK 0.07 0 0.57 0.22
HSL 66.84º 0.5% 0.56% -
HSV(B) 66.84º 0.57% 0.78% -
XYZ 42.31 51.94 16.39 -
YUV 182.12 73.19 130.77 -
System Red Green Blue C M Y K H S L
Decimal 186 199 85 0.07 0 0.57 0.22 66.84 0.5 0.56
Hex BA C7 55 7 0 39 16 43 32 38
Octal 272 307 125 7 0 71 26 103 62 70
Binary 10111010 11000111 1010101 111 0 111001 10110 1000011 110010 111000

Color Harmonies of #BAC755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC755

Black with #BAC755

Text Example


Text Example

White with #BAC755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC755; }

 p { color: rgb(186,199,85); }

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

background-color css

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

 a { background-color: rgb(186,199,85); }

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

border-color css

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

 span { border-color: rgb(186,199,85); }

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