Html Css Color HEX #BCD961 Wild Willow

📋 copy color: '#BCD961'

red 188 ◦ green 217 ◦ blue 97

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

Shades of Wild Willow #BCD961

Tints of Wild Willow #BCD961

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.23%

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

R = 37.45%
G = 43.23%
B = 19.32%

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

#BCD961 (or 0xBCD961) is known color: Wild Willow. HEX triplet: BC, D9 and 61. RGB value is (188,217,97). Sum of RGB (Red+Green+Blue) = 188+217+97=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD961 is #43269E. Grayscale: #C3C3C3. Windows color (decimal): -4400799 or 6412732. OLE color: 6412732.

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

Color convert

RGB 188 217 97 -
CMYK 0.13 0 0.55 0.15
HSL 74.5º 0.61% 0.62% -
HSV(B) 74.5º 0.55% 0.85% -
XYZ 47.71 61.18 20.6 -
YUV 194.65 72.89 123.26 -
System Red Green Blue C M Y K H S L
Decimal 188 217 97 0.13 0 0.55 0.15 74.5 0.61 0.62
Hex BC D9 61 D 0 37 F 4A 3D 3E
Octal 274 331 141 15 0 67 17 112 75 76
Binary 10111100 11011001 1100001 1101 0 110111 1111 1001010 111101 111110

Color Harmonies of #BCD961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD961

Black with #BCD961

Text Example


Text Example

White with #BCD961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD961; }

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

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

background-color css

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

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

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

border-color css

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

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

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