Html Css Color HEX #BCD071 Wild Willow

📋 copy color: '#BCD071'

red 188 ◦ green 208 ◦ blue 113

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

Shades of Wild Willow #BCD071

Tints of Wild Willow #BCD071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.86%

 BLUE value IS 113 (44.53% from 255) = 22.2%

R = 36.94%
G = 40.86%
B = 22.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#BCD071 (or 0xBCD071) is known color: Wild Willow. HEX triplet: BC, D0 and 71. RGB value is (188,208,113). Sum of RGB (Red+Green+Blue) = 188+208+113=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD071 is #432F8E. Grayscale: #BFBFBF. Windows color (decimal): -4403087 or 7459004. OLE color: 7459004.

HSL color Cylindrical-coordinate representation of color #BCD071: hue angle of 72.63º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCD071 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 113 -
CMYK 0.10 0 0.46 0.18
HSL 72.63º 0.5% 0.63% -
HSV(B) 72.63º 0.46% 0.82% -
XYZ 46.28 57 24.19 -
YUV 191.19 83.87 125.72 -
System Red Green Blue C M Y K H S L
Decimal 188 208 113 0.10 0 0.46 0.18 72.63 0.5 0.63
Hex BC D0 71 A 0 2E 12 49 32 3F
Octal 274 320 161 12 0 56 22 111 62 77
Binary 10111100 11010000 1110001 1010 0 101110 10010 1001001 110010 111111

Color Harmonies of #BCD071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD071

Black with #BCD071

Text Example


Text Example

White with #BCD071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD071; }

 p { color: rgb(188,208,113); }

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

background-color css

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

 a { background-color: rgb(188,208,113); }

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

border-color css

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

 span { border-color: rgb(188,208,113); }

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