Html Css Color HEX #BACC62 Wild Willow

📋 copy color: '#BACC62'

red 186 ◦ green 204 ◦ blue 98

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

Shades of Wild Willow #BACC62

Tints of Wild Willow #BACC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.08%

R = 38.11%
G = 41.8%
B = 20.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#BACC62 (or 0xBACC62) is known color: Wild Willow. HEX triplet: BA, CC and 62. RGB value is (186,204,98). Sum of RGB (Red+Green+Blue) = 186+204+98=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC62 is #45339D. Grayscale: #BABABA. Windows color (decimal): -4535198 or 6474938. OLE color: 6474938.

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

Color convert

RGB 186 204 98 -
CMYK 0.09 0 0.52 0.2
HSL 70.19º 0.51% 0.59% -
HSV(B) 70.19º 0.52% 0.8% -
XYZ 44.05 54.51 19.75 -
YUV 186.53 78.04 127.62 -
System Red Green Blue C M Y K H S L
Decimal 186 204 98 0.09 0 0.52 0.2 70.19 0.51 0.59
Hex BA CC 62 9 0 34 14 46 33 3B
Octal 272 314 142 11 0 64 24 106 63 73
Binary 10111010 11001100 1100010 1001 0 110100 10100 1000110 110011 111011

Color Harmonies of #BACC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC62

Black with #BACC62

Text Example


Text Example

White with #BACC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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