#BCD661

Color #BCD661 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BCD661

Tints of Wild Willow #BCD661

Color information

#BCD661 (or 0xBCD661) is unknown color: approx Wild Willow. HEX triplet: BC, D6 and 61. RGB value is (188,214,97). Sum of RGB (Red+Green+Blue) = 188+214+97=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD661 is #43299E. Grayscale: #C1C1C1. Windows color (decimal): -4401567 or 6411964. OLE color: 6411964.

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

Color convert

RGB18821497-
CMYK0.1200.550.16
HSL73.33º58.79%60.98%-
HSV(B)73.33º54.67%83.92%-
XYZ46.9459.6520.35-
YUV192.8973.89124.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 97 (38.28% from 255) = 19.44%
R=37.68%
G=42.89%
B=19.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188214970.1200.550.1673.3358.7960.98
HexBCD661C03710493b3d
Octal27432614114067201117375
Binary1011110011010110110000111000110111100001001001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD661; }

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

 H1.HeaderClassName
 {
   color: #BCD661;
 }
 .AnyTagClassName
 {
   color: #BCD661;
 }
</style>
background-color css

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

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

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

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

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

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