#BCD264

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

Shades of Wild Willow #BCD264

Tints of Wild Willow #BCD264

Color information

#BCD264 (or 0xBCD264) is unknown color: approx Wild Willow. HEX triplet: BC, D2 and 64. RGB value is (188,210,100). Sum of RGB (Red+Green+Blue) = 188+210+100=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD264 is #432D9B. Grayscale: #BFBFBF. Windows color (decimal): -4402588 or 6607548. OLE color: 6607548.

HSL color Cylindrical-coordinate representation of color #BCD264: hue angle of 72º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCD264 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB188210100-
CMYK0.1000.520.18
HSL72º55%60.78%-
HSV(B)72º52.38%82.35%-
XYZ46.0957.720.77-
YUV190.8876.71125.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 210 (82.42% from 255) = 42.17%
BLUE value IS 100 (39.45% from 255) = 20.08%
R=37.75%
G=42.17%
B=20.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882101000.1000.520.18725560.78
HexBCD264A0341248373d
Octal27432214412064221106775
Binary1011110011010010110010010100110100100101001000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD264; }

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

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

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

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

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

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

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

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