Html Css Color HEX #BAC358 Wild Willow

📋 copy color: '#BAC358'

red 186 ◦ green 195 ◦ blue 88

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

Shades of Wild Willow #BAC358

Tints of Wild Willow #BAC358

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.58%

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

R = 39.66%
G = 41.58%
B = 18.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#BAC358 (or 0xBAC358) is known color: Wild Willow. HEX triplet: BA, C3 and 58. RGB value is (186,195,88). Sum of RGB (Red+Green+Blue) = 186+195+88=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC358 is #453CA7. Grayscale: #B4B4B4. Windows color (decimal): -4537512 or 5817274. OLE color: 5817274.

HSL color Cylindrical-coordinate representation of color #BAC358: hue angle of 65.05º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAC358 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 195 88 -
CMYK 0.05 0 0.55 0.24
HSL 65.05º 0.47% 0.55% -
HSV(B) 65.05º 0.55% 0.76% -
XYZ 41.53 50.17 16.73 -
YUV 180.11 76.02 132.2 -
System Red Green Blue C M Y K H S L
Decimal 186 195 88 0.05 0 0.55 0.24 65.05 0.47 0.55
Hex BA C3 58 5 0 37 18 41 2F 37
Octal 272 303 130 5 0 67 30 101 57 67
Binary 10111010 11000011 1011000 101 0 110111 11000 1000001 101111 110111

Color Harmonies of #BAC358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC358

Black with #BAC358

Text Example


Text Example

White with #BAC358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC358; }

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

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

background-color css

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

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

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

border-color css

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

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

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