Html Css Color HEX #BCDC6B Wild Willow

📋 copy color: '#BCDC6B'

red 188 ◦ green 220 ◦ blue 107

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

Shades of Wild Willow #BCDC6B

Tints of Wild Willow #BCDC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.78%

R = 36.5%
G = 42.72%
B = 20.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#BCDC6B (or 0xBCDC6B) is known color: Wild Willow. HEX triplet: BC, DC and 6B. RGB value is (188,220,107). Sum of RGB (Red+Green+Blue) = 188+220+107=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC6B is #432394. Grayscale: #C5C5C5. Windows color (decimal): -4400021 or 7068860. OLE color: 7068860.

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

Color convert

RGB 188 220 107 -
CMYK 0.15 0 0.51 0.14
HSL 76.99º 0.62% 0.64% -
HSV(B) 76.99º 0.51% 0.86% -
XYZ 48.99 62.94 23.48 -
YUV 197.55 76.9 121.19 -
System Red Green Blue C M Y K H S L
Decimal 188 220 107 0.15 0 0.51 0.14 76.99 0.62 0.64
Hex BC DC 6B F 0 33 E 4D 3E 40
Octal 274 334 153 17 0 63 16 115 76 100
Binary 10111100 11011100 1101011 1111 0 110011 1110 1001101 111110 1000000

Color Harmonies of #BCDC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC6B

Black with #BCDC6B

Text Example


Text Example

White with #BCDC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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