Html Css Color HEX #BAC85D Wild Willow

📋 copy color: '#BAC85D'

red 186 ◦ green 200 ◦ blue 93

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

Shades of Wild Willow #BAC85D

Tints of Wild Willow #BAC85D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.75%

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

R = 38.83%
G = 41.75%
B = 19.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#BAC85D (or 0xBAC85D) is known color: Wild Willow. HEX triplet: BA, C8 and 5D. RGB value is (186,200,93). Sum of RGB (Red+Green+Blue) = 186+200+93=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC85D is #4537A2. Grayscale: #B8B8B8. Windows color (decimal): -4536227 or 6146234. OLE color: 6146234.

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

Color convert

RGB 186 200 93 -
CMYK 0.07 0 0.54 0.22
HSL 67.85º 0.49% 0.57% -
HSV(B) 67.85º 0.54% 0.78% -
XYZ 42.88 52.54 18.24 -
YUV 183.62 76.86 129.7 -
System Red Green Blue C M Y K H S L
Decimal 186 200 93 0.07 0 0.54 0.22 67.85 0.49 0.57
Hex BA C8 5D 7 0 36 16 44 31 39
Octal 272 310 135 7 0 66 26 104 61 71
Binary 10111010 11001000 1011101 111 0 110110 10110 1000100 110001 111001

Color Harmonies of #BAC85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC85D

Black with #BAC85D

Text Example


Text Example

White with #BAC85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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