Html Css Color HEX #BCD66E Wild Willow

📋 copy color: '#BCD66E'

red 188 ◦ green 214 ◦ blue 110

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

Shades of Wild Willow #BCD66E

Tints of Wild Willow #BCD66E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.48%

R = 36.72%
G = 41.8%
B = 21.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#BCD66E (or 0xBCD66E) is known color: Wild Willow. HEX triplet: BC, D6 and 6E. RGB value is (188,214,110). Sum of RGB (Red+Green+Blue) = 188+214+110=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD66E is #432991. Grayscale: #C2C2C2. Windows color (decimal): -4401554 or 7263932. OLE color: 7263932.

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

Color convert

RGB 188 214 110 -
CMYK 0.12 0 0.49 0.16
HSL 75º 0.56% 0.64% -
HSV(B) 75º 0.49% 0.84% -
XYZ 47.6 59.91 23.81 -
YUV 194.37 80.39 123.46 -
System Red Green Blue C M Y K H S L
Decimal 188 214 110 0.12 0 0.49 0.16 75 0.56 0.64
Hex BC D6 6E C 0 31 10 4B 38 40
Octal 274 326 156 14 0 61 20 113 70 100
Binary 10111100 11010110 1101110 1100 0 110001 10000 1001011 111000 1000000

Color Harmonies of #BCD66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD66E

Black with #BCD66E

Text Example


Text Example

White with #BCD66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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