Html Css Color HEX #BCD673 Wild Willow

📋 copy color: '#BCD673'

red 188 ◦ green 214 ◦ blue 115

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

Shades of Wild Willow #BCD673

Tints of Wild Willow #BCD673

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.39%

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

R = 36.36%
G = 41.39%
B = 22.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#BCD673 (or 0xBCD673) is known color: Wild Willow. HEX triplet: BC, D6 and 73. RGB value is (188,214,115). Sum of RGB (Red+Green+Blue) = 188+214+115=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD673 is #43298C. Grayscale: #C3C3C3. Windows color (decimal): -4401549 or 7591612. OLE color: 7591612.

HSL color Cylindrical-coordinate representation of color #BCD673: hue angle of 75.76º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCD673 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 115 -
CMYK 0.12 0 0.46 0.16
HSL 75.76º 0.55% 0.65% -
HSV(B) 75.76º 0.46% 0.84% -
XYZ 47.88 60.02 25.28 -
YUV 194.94 82.89 123.05 -
System Red Green Blue C M Y K H S L
Decimal 188 214 115 0.12 0 0.46 0.16 75.76 0.55 0.65
Hex BC D6 73 C 0 2E 10 4C 37 41
Octal 274 326 163 14 0 56 20 114 67 101
Binary 10111100 11010110 1110011 1100 0 101110 10000 1001100 110111 1000001

Color Harmonies of #BCD673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD673

Black with #BCD673

Text Example


Text Example

White with #BCD673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD673; }

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

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

background-color css

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

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

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

border-color css

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

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

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