#BCD568

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

Shades of Wild Willow #BCD568

Tints of Wild Willow #BCD568

Color information

#BCD568 (or 0xBCD568) is unknown color: approx Wild Willow. HEX triplet: BC, D5 and 68. RGB value is (188,213,104). Sum of RGB (Red+Green+Blue) = 188+213+104=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD568 is #432A97. Grayscale: #C1C1C1. Windows color (decimal): -4401816 or 6870460. OLE color: 6870460.

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

Color convert

RGB188213104-
CMYK0.1200.510.16
HSL73.76º56.48%62.16%-
HSV(B)73.76º51.17%83.53%-
XYZ47.0359.2822.06-
YUV193.177.72124.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 213 (83.59% from 255) = 42.18%
BLUE value IS 104 (41.02% from 255) = 20.59%
R=37.23%
G=42.18%
B=20.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882131040.1200.510.1673.7656.4862.16
HexBCD568C033104a383e
Octal27432515014063201127076
Binary1011110011010101110100011000110011100001001010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD568; }

 p { color: rgb(188,213,104); }

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

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

 a { background-color: rgb(188,213,104); }

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

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

 span { border-color: rgb(188,213,104); }

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