#BCC65A

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

Shades of Wild Willow #BCC65A

Tints of Wild Willow #BCC65A

Color information

#BCC65A (or 0xBCC65A) is unknown color: approx Wild Willow. HEX triplet: BC, C6 and 5A. RGB value is (188,198,90). Sum of RGB (Red+Green+Blue) = 188+198+90=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC65A is #4339A5. Grayscale: #B7B7B7. Windows color (decimal): -4405670 or 5949116. OLE color: 5949116.

HSL color Cylindrical-coordinate representation of color #BCC65A: hue angle of 65.56º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCC65A is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB18819890-
CMYK0.0500.550.22
HSL65.56º48.65%56.47%-
HSV(B)65.56º54.55%77.65%-
XYZ42.7851.8217.42-
YUV182.775.69131.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 198 (77.73% from 255) = 41.60%
BLUE value IS 90 (35.55% from 255) = 18.91%
R=39.50%
G=41.60%
B=18.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188198900.0500.550.2265.5648.6556.47
HexBCC65A503716423138
Octal2743061325067261026170
Binary101111001100011010110101010110111101101000010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC65A; }

 p { color: rgb(188,198,90); }

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

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

 a { background-color: rgb(188,198,90); }

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

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

 span { border-color: rgb(188,198,90); }

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