Html Css Color HEX #BCD861 Wild Willow

📋 copy color: '#BCD861'

red 188 ◦ green 216 ◦ blue 97

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

Shades of Wild Willow #BCD861

Tints of Wild Willow #BCD861

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.11%

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

R = 37.52%
G = 43.11%
B = 19.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#BCD861 (or 0xBCD861) is known color: Wild Willow. HEX triplet: BC, D8 and 61. RGB value is (188,216,97). Sum of RGB (Red+Green+Blue) = 188+216+97=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD861 is #43279E. Grayscale: #C2C2C2. Windows color (decimal): -4401055 or 6412476. OLE color: 6412476.

HSL color Cylindrical-coordinate representation of color #BCD861: hue angle of 74.12º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCD861 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 97 -
CMYK 0.13 0 0.55 0.15
HSL 74.12º 0.6% 0.61% -
HSV(B) 74.12º 0.55% 0.85% -
XYZ 47.45 60.67 20.52 -
YUV 194.06 73.22 123.68 -
System Red Green Blue C M Y K H S L
Decimal 188 216 97 0.13 0 0.55 0.15 74.12 0.6 0.61
Hex BC D8 61 D 0 37 F 4A 3C 3D
Octal 274 330 141 15 0 67 17 112 74 75
Binary 10111100 11011000 1100001 1101 0 110111 1111 1001010 111100 111101

Color Harmonies of #BCD861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD861

Black with #BCD861

Text Example


Text Example

White with #BCD861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD861; }

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

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

background-color css

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

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

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

border-color css

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

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

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