Html Css Color HEX #BCD965 Wild Willow

📋 copy color: '#BCD965'

red 188 ◦ green 217 ◦ blue 101

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

Shades of Wild Willow #BCD965

Tints of Wild Willow #BCD965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.96%

R = 37.15%
G = 42.89%
B = 19.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#BCD965 (or 0xBCD965) is known color: Wild Willow. HEX triplet: BC, D9 and 65. RGB value is (188,217,101). Sum of RGB (Red+Green+Blue) = 188+217+101=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD965 is #43269A. Grayscale: #C3C3C3. Windows color (decimal): -4400795 or 6674876. OLE color: 6674876.

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

Color convert

RGB 188 217 101 -
CMYK 0.13 0 0.53 0.15
HSL 75º 0.6% 0.62% -
HSV(B) 75º 0.53% 0.85% -
XYZ 47.9 61.26 21.61 -
YUV 195.11 74.89 122.93 -
System Red Green Blue C M Y K H S L
Decimal 188 217 101 0.13 0 0.53 0.15 75 0.6 0.62
Hex BC D9 65 D 0 35 F 4B 3C 3E
Octal 274 331 145 15 0 65 17 113 74 76
Binary 10111100 11011001 1100101 1101 0 110101 1111 1001011 111100 111110

Color Harmonies of #BCD965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD965

Black with #BCD965

Text Example


Text Example

White with #BCD965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD965; }

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

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

background-color css

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

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

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

border-color css

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

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

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