#BCC85F

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

Shades of Wild Willow #BCC85F

Tints of Wild Willow #BCC85F

Color information

#BCC85F (or 0xBCC85F) is unknown color: approx Wild Willow. HEX triplet: BC, C8 and 5F. RGB value is (188,200,95). Sum of RGB (Red+Green+Blue) = 188+200+95=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC85F is #4337A0. Grayscale: #B8B8B8. Windows color (decimal): -4405153 or 6277308. OLE color: 6277308.

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

Color convert

RGB18820095-
CMYK0.0600.520.22
HSL66.86º48.84%57.84%-
HSV(B)66.86º52.5%78.43%-
XYZ43.4652.8318.73-
YUV184.4477.52130.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 200 (78.52% from 255) = 41.41%
BLUE value IS 95 (37.5% from 255) = 19.67%
R=38.92%
G=41.41%
B=19.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188200950.0600.520.2266.8648.8457.84
HexBCC85F60341643313a
Octal2743101376064261036172
Binary101111001100100010111111100110100101101000011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC85F; }

 p { color: rgb(188,200,95); }

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

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

 a { background-color: rgb(188,200,95); }

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

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

 span { border-color: rgb(188,200,95); }

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