Html Css Color HEX #BAC15D Wild Willow

📋 copy color: '#BAC15D'

red 186 ◦ green 193 ◦ blue 93

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

Shades of Wild Willow #BAC15D

Tints of Wild Willow #BAC15D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.89%

 BLUE value IS 93 (36.72% from 255) = 19.7%

R = 39.41%
G = 40.89%
B = 19.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#BAC15D (or 0xBAC15D) is known color: Wild Willow. HEX triplet: BA, C1 and 5D. RGB value is (186,193,93). Sum of RGB (Red+Green+Blue) = 186+193+93=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC15D is #453EA2. Grayscale: #B3B3B3. Windows color (decimal): -4538019 or 6144442. OLE color: 6144442.

HSL color Cylindrical-coordinate representation of color #BAC15D: hue angle of 64.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAC15D is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 193 93 -
CMYK 0.04 0 0.52 0.24
HSL 64.2º 0.45% 0.56% -
HSV(B) 64.2º 0.52% 0.76% -
XYZ 41.3 49.37 17.71 -
YUV 179.51 79.18 132.63 -
System Red Green Blue C M Y K H S L
Decimal 186 193 93 0.04 0 0.52 0.24 64.2 0.45 0.56
Hex BA C1 5D 4 0 34 18 40 2D 38
Octal 272 301 135 4 0 64 30 100 55 70
Binary 10111010 11000001 1011101 100 0 110100 11000 1000000 101101 111000

Color Harmonies of #BAC15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC15D

Black with #BAC15D

Text Example


Text Example

White with #BAC15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC15D; }

 p { color: rgb(186,193,93); }

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

background-color css

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

 a { background-color: rgb(186,193,93); }

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

border-color css

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

 span { border-color: rgb(186,193,93); }

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