#BCD967

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

Shades of Wild Willow #BCD967

Tints of Wild Willow #BCD967

Color information

#BCD967 (or 0xBCD967) is unknown color: approx Wild Willow. HEX triplet: BC, D9 and 67. RGB value is (188,217,103). Sum of RGB (Red+Green+Blue) = 188+217+103=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 103 (40.62% from 255 or 20.28% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD967 is #432698. Grayscale: #C3C3C3. Windows color (decimal): -4400793 or 6805948. OLE color: 6805948.

HSL color Cylindrical-coordinate representation of color #BCD967: hue angle of 75.26º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCD967 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB188217103-
CMYK0.1300.530.15
HSL75.26º60%62.75%-
HSV(B)75.26º52.53%85.1%-
XYZ4861.322.13-
YUV195.3375.89122.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 217 (85.16% from 255) = 42.72%
BLUE value IS 103 (40.62% from 255) = 20.28%
R=37.01%
G=42.72%
B=20.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882171030.1300.530.1575.266062.75
HexBCD967D035F4b3c3f
Octal27433114715065171137477
Binary101111001101100111001111101011010111111001011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD967; }

 p { color: rgb(188,217,103); }

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

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

 a { background-color: rgb(188,217,103); }

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

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

 span { border-color: rgb(188,217,103); }

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