Html Css Color HEX #BACC65 Wild Willow

📋 copy color: '#BACC65'

red 186 ◦ green 204 ◦ blue 101

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

Shades of Wild Willow #BACC65

Tints of Wild Willow #BACC65

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.55%

 BLUE value IS 101 (39.84% from 255) = 20.57%

R = 37.88%
G = 41.55%
B = 20.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#BACC65 (or 0xBACC65) is known color: Wild Willow. HEX triplet: BA, CC and 65. RGB value is (186,204,101). Sum of RGB (Red+Green+Blue) = 186+204+101=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC65 is #45339A. Grayscale: #BBBBBB. Windows color (decimal): -4535195 or 6671546. OLE color: 6671546.

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

Color convert

RGB 186 204 101 -
CMYK 0.09 0 0.50 0.2
HSL 70.49º 0.5% 0.6% -
HSV(B) 70.49º 0.5% 0.8% -
XYZ 44.19 54.56 20.51 -
YUV 186.88 79.54 127.38 -
System Red Green Blue C M Y K H S L
Decimal 186 204 101 0.09 0 0.50 0.2 70.49 0.5 0.6
Hex BA CC 65 9 0 32 14 46 32 3C
Octal 272 314 145 11 0 62 24 106 62 74
Binary 10111010 11001100 1100101 1001 0 110010 10100 1000110 110010 111100

Color Harmonies of #BACC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC65

Black with #BACC65

Text Example


Text Example

White with #BACC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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