Html Css Color HEX #BACC5D Wild Willow

📋 copy color: '#BACC5D'

red 186 ◦ green 204 ◦ blue 93

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

Shades of Wild Willow #BACC5D

Tints of Wild Willow #BACC5D

RGB

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

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

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

R = 38.51%
G = 42.24%
B = 19.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#BACC5D (or 0xBACC5D) is known color: Wild Willow. HEX triplet: BA, CC and 5D. RGB value is (186,204,93). Sum of RGB (Red+Green+Blue) = 186+204+93=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC5D is #4533A2. Grayscale: #BABABA. Windows color (decimal): -4535203 or 6147258. OLE color: 6147258.

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

Color convert

RGB 186 204 93 -
CMYK 0.09 0 0.54 0.2
HSL 69.73º 0.52% 0.58% -
HSV(B) 69.73º 0.54% 0.8% -
XYZ 43.82 54.42 18.55 -
YUV 185.96 75.54 128.03 -
System Red Green Blue C M Y K H S L
Decimal 186 204 93 0.09 0 0.54 0.2 69.73 0.52 0.58
Hex BA CC 5D 9 0 36 14 46 34 3A
Octal 272 314 135 11 0 66 24 106 64 72
Binary 10111010 11001100 1011101 1001 0 110110 10100 1000110 110100 111010

Color Harmonies of #BACC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC5D

Black with #BACC5D

Text Example


Text Example

White with #BACC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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