Html Css Color HEX #BCD470 Wild Willow

📋 copy color: '#BCD470'

red 188 ◦ green 212 ◦ blue 112

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

Shades of Wild Willow #BCD470

Tints of Wild Willow #BCD470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.88%

R = 36.72%
G = 41.41%
B = 21.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#BCD470 (or 0xBCD470) is known color: Wild Willow. HEX triplet: BC, D4 and 70. RGB value is (188,212,112). Sum of RGB (Red+Green+Blue) = 188+212+112=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD470 is #432B8F. Grayscale: #C1C1C1. Windows color (decimal): -4402064 or 7394492. OLE color: 7394492.

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

Color convert

RGB 188 212 112 -
CMYK 0.11 0 0.47 0.17
HSL 74.4º 0.54% 0.64% -
HSV(B) 74.4º 0.47% 0.83% -
XYZ 47.21 58.95 24.22 -
YUV 193.42 82.05 124.13 -
System Red Green Blue C M Y K H S L
Decimal 188 212 112 0.11 0 0.47 0.17 74.4 0.54 0.64
Hex BC D4 70 B 0 2F 11 4A 36 40
Octal 274 324 160 13 0 57 21 112 66 100
Binary 10111100 11010100 1110000 1011 0 101111 10001 1001010 110110 1000000

Color Harmonies of #BCD470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD470

Black with #BCD470

Text Example


Text Example

White with #BCD470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD470; }

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

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

background-color css

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

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

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

border-color css

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

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

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