Html Css Color HEX #BCC461 Wild Willow

📋 copy color: '#BCC461'

red 188 ◦ green 196 ◦ blue 97

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

Shades of Wild Willow #BCC461

Tints of Wild Willow #BCC461

RGB

 RED value IS 188 (73.83% from 255) = 39.09%

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

 BLUE value IS 97 (38.28% from 255) = 20.17%

R = 39.09%
G = 40.75%
B = 20.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#BCC461 (or 0xBCC461) is known color: Wild Willow. HEX triplet: BC, C4 and 61. RGB value is (188,196,97). Sum of RGB (Red+Green+Blue) = 188+196+97=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC461 is #433B9E. Grayscale: #B6B6B6. Windows color (decimal): -4406175 or 6407356. OLE color: 6407356.

HSL color Cylindrical-coordinate representation of color #BCC461: hue angle of 64.85º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCC461 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 97 -
CMYK 0.04 0 0.51 0.23
HSL 64.85º 0.46% 0.57% -
HSV(B) 64.85º 0.51% 0.77% -
XYZ 42.64 51.03 18.91 -
YUV 182.32 79.85 132.05 -
System Red Green Blue C M Y K H S L
Decimal 188 196 97 0.04 0 0.51 0.23 64.85 0.46 0.57
Hex BC C4 61 4 0 33 17 41 2E 39
Octal 274 304 141 4 0 63 27 101 56 71
Binary 10111100 11000100 1100001 100 0 110011 10111 1000001 101110 111001

Color Harmonies of #BCC461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC461

Black with #BCC461

Text Example


Text Example

White with #BCC461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC461; }

 p { color: rgb(188,196,97); }

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

background-color css

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

 a { background-color: rgb(188,196,97); }

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

border-color css

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

 span { border-color: rgb(188,196,97); }

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