#BCD368

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

Shades of Wild Willow #BCD368

Tints of Wild Willow #BCD368

Color information

#BCD368 (or 0xBCD368) is unknown color: approx Wild Willow. HEX triplet: BC, D3 and 68. RGB value is (188,211,104). Sum of RGB (Red+Green+Blue) = 188+211+104=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD368 is #432C97. Grayscale: #C0C0C0. Windows color (decimal): -4402328 or 6869948. OLE color: 6869948.

HSL color Cylindrical-coordinate representation of color #BCD368: hue angle of 72.9º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCD368 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB188211104-
CMYK0.1100.510.17
HSL72.9º54.87%61.76%-
HSV(B)72.9º50.71%82.75%-
XYZ46.5358.2821.89-
YUV191.9278.38125.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 211 (82.81% from 255) = 41.95%
BLUE value IS 104 (41.02% from 255) = 20.68%
R=37.38%
G=41.95%
B=20.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882111040.1100.510.1772.954.8761.76
HexBCD368B0331149373e
Octal27432315013063211116776
Binary1011110011010011110100010110110011100011001001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD368; }

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

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

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

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

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

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

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

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