#BCDC67

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

Shades of Wild Willow #BCDC67

Tints of Wild Willow #BCDC67

Color information

#BCDC67 (or 0xBCDC67) is unknown color: approx Wild Willow. HEX triplet: BC, DC and 67. RGB value is (188,220,103). Sum of RGB (Red+Green+Blue) = 188+220+103=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC67 is #432398. Grayscale: #C5C5C5. Windows color (decimal): -4400025 or 6806716. OLE color: 6806716.

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

Color convert

RGB188220103-
CMYK0.1500.530.14
HSL76.41º62.57%63.33%-
HSV(B)76.41º53.18%86.27%-
XYZ48.7862.8622.39-
YUV197.0974.9121.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 220 (86.33% from 255) = 43.05%
BLUE value IS 103 (40.62% from 255) = 20.16%
R=36.79%
G=43.05%
B=20.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201030.1500.530.1476.4162.5763.33
HexBCDC67F035E4c3f3f
Octal27433414717065161147777
Binary101111001101110011001111111011010111101001100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDC67; }

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

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

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

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

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

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

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

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