#BCC067

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

Shades of Wild Willow #BCC067

Tints of Wild Willow #BCC067

Color information

#BCC067 (or 0xBCC067) is unknown color: approx Wild Willow. HEX triplet: BC, C0 and 67. RGB value is (188,192,103). Sum of RGB (Red+Green+Blue) = 188+192+103=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC067 is #433F98. Grayscale: #B5B5B5. Windows color (decimal): -4407193 or 6799548. OLE color: 6799548.

HSL color Cylindrical-coordinate representation of color #BCC067: hue angle of 62.7º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCC067 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB188192103-
CMYK0.0200.460.25
HSL62.7º41.4%57.84%-
HSV(B)62.7º46.35%75.29%-
XYZ42.0449.3720.15-
YUV180.6684.17133.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 192 (75.39% from 255) = 39.75%
BLUE value IS 103 (40.62% from 255) = 21.33%
R=38.92%
G=39.75%
B=21.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921030.0200.460.2562.741.457.84
HexBCC067202E193f293a
Octal274300147205631775172
Binary1011110011000000110011110010111011001111111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC067; }

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

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

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

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

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

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

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

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