Html Css Color HEX #BCD664 Wild Willow

📋 copy color: '#BCD664'

red 188 ◦ green 214 ◦ blue 100

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

Shades of Wild Willow #BCD664

Tints of Wild Willow #BCD664

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.63%

 BLUE value IS 100 (39.45% from 255) = 19.92%

R = 37.45%
G = 42.63%
B = 19.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#BCD664 (or 0xBCD664) is known color: Wild Willow. HEX triplet: BC, D6 and 64. RGB value is (188,214,100). Sum of RGB (Red+Green+Blue) = 188+214+100=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD664 is #43299B. Grayscale: #C1C1C1. Windows color (decimal): -4401564 or 6608572. OLE color: 6608572.

HSL color Cylindrical-coordinate representation of color #BCD664: hue angle of 73.68º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCD664 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 100 -
CMYK 0.12 0 0.53 0.16
HSL 73.68º 0.58% 0.62% -
HSV(B) 73.68º 0.53% 0.84% -
XYZ 47.09 59.7 21.1 -
YUV 193.23 75.39 124.27 -
System Red Green Blue C M Y K H S L
Decimal 188 214 100 0.12 0 0.53 0.16 73.68 0.58 0.62
Hex BC D6 64 C 0 35 10 4A 3A 3E
Octal 274 326 144 14 0 65 20 112 72 76
Binary 10111100 11010110 1100100 1100 0 110101 10000 1001010 111010 111110

Color Harmonies of #BCD664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD664

Black with #BCD664

Text Example


Text Example

White with #BCD664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD664; }

 p { color: rgb(188,214,100); }

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

background-color css

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

 a { background-color: rgb(188,214,100); }

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

border-color css

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

 span { border-color: rgb(188,214,100); }

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