Html Css Color HEX #BCD475 Wild Willow

📋 copy color: '#BCD475'

red 188 ◦ green 212 ◦ blue 117

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

Shades of Wild Willow #BCD475

Tints of Wild Willow #BCD475

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.01%

 BLUE value IS 117 (46.09% from 255) = 22.63%

R = 36.36%
G = 41.01%
B = 22.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#BCD475 (or 0xBCD475) is known color: Wild Willow. HEX triplet: BC, D4 and 75. RGB value is (188,212,117). Sum of RGB (Red+Green+Blue) = 188+212+117=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD475 is #432B8A. Grayscale: #C2C2C2. Windows color (decimal): -4402059 or 7722172. OLE color: 7722172.

HSL color Cylindrical-coordinate representation of color #BCD475: hue angle of 75.16º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCD475 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 117 -
CMYK 0.11 0 0.45 0.17
HSL 75.16º 0.52% 0.65% -
HSV(B) 75.16º 0.45% 0.83% -
XYZ 47.49 59.06 25.73 -
YUV 193.99 84.55 123.72 -
System Red Green Blue C M Y K H S L
Decimal 188 212 117 0.11 0 0.45 0.17 75.16 0.52 0.65
Hex BC D4 75 B 0 2D 11 4B 34 41
Octal 274 324 165 13 0 55 21 113 64 101
Binary 10111100 11010100 1110101 1011 0 101101 10001 1001011 110100 1000001

Color Harmonies of #BCD475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD475

Black with #BCD475

Text Example


Text Example

White with #BCD475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD475; }

 p { color: rgb(188,212,117); }

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

background-color css

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

 a { background-color: rgb(188,212,117); }

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

border-color css

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

 span { border-color: rgb(188,212,117); }

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