Html Css Color HEX #BCD474 Wild Willow

📋 copy color: '#BCD474'

red 188 ◦ green 212 ◦ blue 116

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

Shades of Wild Willow #BCD474

Tints of Wild Willow #BCD474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.48%

R = 36.43%
G = 41.09%
B = 22.48%

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

#BCD474 (or 0xBCD474) is known color: Wild Willow. HEX triplet: BC, D4 and 74. RGB value is (188,212,116). Sum of RGB (Red+Green+Blue) = 188+212+116=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD474 is #432B8B. Grayscale: #C2C2C2. Windows color (decimal): -4402060 or 7656636. OLE color: 7656636.

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

Color convert

RGB 188 212 116 -
CMYK 0.11 0 0.45 0.17
HSL 75º 0.53% 0.64% -
HSV(B) 75º 0.45% 0.83% -
XYZ 47.43 59.04 25.42 -
YUV 193.88 84.05 123.81 -
System Red Green Blue C M Y K H S L
Decimal 188 212 116 0.11 0 0.45 0.17 75 0.53 0.64
Hex BC D4 74 B 0 2D 11 4B 35 40
Octal 274 324 164 13 0 55 21 113 65 100
Binary 10111100 11010100 1110100 1011 0 101101 10001 1001011 110101 1000000

Color Harmonies of #BCD474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD474

Black with #BCD474

Text Example


Text Example

White with #BCD474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD474; }

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

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

background-color css

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

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

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

border-color css

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

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

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