Html Css Color HEX #BAC458 Wild Willow

📋 copy color: '#BAC458'

red 186 ◦ green 196 ◦ blue 88

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

Shades of Wild Willow #BAC458

Tints of Wild Willow #BAC458

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.7%

 BLUE value IS 88 (34.77% from 255) = 18.72%

R = 39.57%
G = 41.7%
B = 18.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#BAC458 (or 0xBAC458) is known color: Wild Willow. HEX triplet: BA, C4 and 58. RGB value is (186,196,88). Sum of RGB (Red+Green+Blue) = 186+196+88=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC458 is #453BA7. Grayscale: #B5B5B5. Windows color (decimal): -4537256 or 5817530. OLE color: 5817530.

HSL color Cylindrical-coordinate representation of color #BAC458: hue angle of 65.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAC458 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 196 88 -
CMYK 0.05 0 0.55 0.23
HSL 65.56º 0.48% 0.56% -
HSV(B) 65.56º 0.55% 0.77% -
XYZ 41.75 50.62 16.8 -
YUV 180.7 75.69 131.78 -
System Red Green Blue C M Y K H S L
Decimal 186 196 88 0.05 0 0.55 0.23 65.56 0.48 0.56
Hex BA C4 58 5 0 37 17 42 30 38
Octal 272 304 130 5 0 67 27 102 60 70
Binary 10111010 11000100 1011000 101 0 110111 10111 1000010 110000 111000

Color Harmonies of #BAC458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC458

Black with #BAC458

Text Example


Text Example

White with #BAC458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC458; }

 p { color: rgb(186,196,88); }

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

background-color css

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

 a { background-color: rgb(186,196,88); }

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

border-color css

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

 span { border-color: rgb(186,196,88); }

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