Html Css Color HEX #BCD063 Wild Willow

📋 copy color: '#BCD063'

red 188 ◦ green 208 ◦ blue 99

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

Shades of Wild Willow #BCD063

Tints of Wild Willow #BCD063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20%

R = 37.98%
G = 42.02%
B = 20%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#BCD063 (or 0xBCD063) is known color: Wild Willow. HEX triplet: BC, D0 and 63. RGB value is (188,208,99). Sum of RGB (Red+Green+Blue) = 188+208+99=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD063 is #432F9C. Grayscale: #BEBEBE. Windows color (decimal): -4403101 or 6541500. OLE color: 6541500.

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

Color convert

RGB 188 208 99 -
CMYK 0.10 0 0.52 0.18
HSL 71.01º 0.54% 0.6% -
HSV(B) 71.01º 0.52% 0.82% -
XYZ 45.55 56.7 20.35 -
YUV 189.59 76.87 126.86 -
System Red Green Blue C M Y K H S L
Decimal 188 208 99 0.10 0 0.52 0.18 71.01 0.54 0.6
Hex BC D0 63 A 0 34 12 47 36 3C
Octal 274 320 143 12 0 64 22 107 66 74
Binary 10111100 11010000 1100011 1010 0 110100 10010 1000111 110110 111100

Color Harmonies of #BCD063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD063

Black with #BCD063

Text Example


Text Example

White with #BCD063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD063; }

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

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

background-color css

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

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

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

border-color css

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

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

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