Html Css Color HEX #BCD964 Wild Willow

📋 copy color: '#BCD964'

red 188 ◦ green 217 ◦ blue 100

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

Shades of Wild Willow #BCD964

Tints of Wild Willow #BCD964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.8%

R = 37.23%
G = 42.97%
B = 19.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#BCD964 (or 0xBCD964) is known color: Wild Willow. HEX triplet: BC, D9 and 64. RGB value is (188,217,100). Sum of RGB (Red+Green+Blue) = 188+217+100=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD964 is #43269B. Grayscale: #C3C3C3. Windows color (decimal): -4400796 or 6609340. OLE color: 6609340.

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

Color convert

RGB 188 217 100 -
CMYK 0.13 0 0.54 0.15
HSL 74.87º 0.61% 0.62% -
HSV(B) 74.87º 0.54% 0.85% -
XYZ 47.85 61.24 21.35 -
YUV 194.99 74.39 123.01 -
System Red Green Blue C M Y K H S L
Decimal 188 217 100 0.13 0 0.54 0.15 74.87 0.61 0.62
Hex BC D9 64 D 0 36 F 4B 3D 3E
Octal 274 331 144 15 0 66 17 113 75 76
Binary 10111100 11011001 1100100 1101 0 110110 1111 1001011 111101 111110

Color Harmonies of #BCD964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD964

Black with #BCD964

Text Example


Text Example

White with #BCD964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD964; }

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

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

background-color css

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

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

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

border-color css

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

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

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