Html Css Color HEX #BCD073 Wild Willow

📋 copy color: '#BCD073'

red 188 ◦ green 208 ◦ blue 115

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

Shades of Wild Willow #BCD073

Tints of Wild Willow #BCD073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.5%

R = 36.79%
G = 40.7%
B = 22.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#BCD073 (or 0xBCD073) is known color: Wild Willow. HEX triplet: BC, D0 and 73. RGB value is (188,208,115). Sum of RGB (Red+Green+Blue) = 188+208+115=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD073 is #432F8C. Grayscale: #BFBFBF. Windows color (decimal): -4403085 or 7590076. OLE color: 7590076.

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

Color convert

RGB 188 208 115 -
CMYK 0.10 0 0.45 0.18
HSL 72.9º 0.5% 0.63% -
HSV(B) 72.9º 0.45% 0.82% -
XYZ 46.39 57.04 24.78 -
YUV 191.42 84.87 125.56 -
System Red Green Blue C M Y K H S L
Decimal 188 208 115 0.10 0 0.45 0.18 72.9 0.5 0.63
Hex BC D0 73 A 0 2D 12 49 32 3F
Octal 274 320 163 12 0 55 22 111 62 77
Binary 10111100 11010000 1110011 1010 0 101101 10010 1001001 110010 111111

Color Harmonies of #BCD073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD073

Black with #BCD073

Text Example


Text Example

White with #BCD073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD073; }

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

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

background-color css

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

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

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

border-color css

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

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

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