Html Css Color HEX #BCDC6A Wild Willow

📋 copy color: '#BCDC6A'

red 188 ◦ green 220 ◦ blue 106

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

Shades of Wild Willow #BCDC6A

Tints of Wild Willow #BCDC6A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.8%

 BLUE value IS 106 (41.8% from 255) = 20.62%

R = 36.58%
G = 42.8%
B = 20.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#BCDC6A (or 0xBCDC6A) is known color: Wild Willow. HEX triplet: BC, DC and 6A. RGB value is (188,220,106). Sum of RGB (Red+Green+Blue) = 188+220+106=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC6A is #432395. Grayscale: #C5C5C5. Windows color (decimal): -4400022 or 7003324. OLE color: 7003324.

HSL color Cylindrical-coordinate representation of color #BCDC6A: hue angle of 76.84º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCDC6A is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 106 -
CMYK 0.15 0 0.52 0.14
HSL 76.84º 0.62% 0.64% -
HSV(B) 76.84º 0.52% 0.86% -
XYZ 48.93 62.92 23.2 -
YUV 197.44 76.4 121.27 -
System Red Green Blue C M Y K H S L
Decimal 188 220 106 0.15 0 0.52 0.14 76.84 0.62 0.64
Hex BC DC 6A F 0 34 E 4D 3E 40
Octal 274 334 152 17 0 64 16 115 76 100
Binary 10111100 11011100 1101010 1111 0 110100 1110 1001101 111110 1000000

Color Harmonies of #BCDC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC6A

Black with #BCDC6A

Text Example


Text Example

White with #BCDC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC6A; }

 p { color: rgb(188,220,106); }

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

background-color css

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

 a { background-color: rgb(188,220,106); }

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

border-color css

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

 span { border-color: rgb(188,220,106); }

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