#BFCD5A

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

Shades of Wild Willow #BFCD5A

Tints of Wild Willow #BFCD5A

Color information

#BFCD5A (or 0xBFCD5A) is unknown color: approx Wild Willow. HEX triplet: BF, CD and 5A. RGB value is (191,205,90). Sum of RGB (Red+Green+Blue) = 191+205+90=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD5A is #4032A5. Grayscale: #BCBCBC. Windows color (decimal): -4207270 or 5950911. OLE color: 5950911.

HSL color Cylindrical-coordinate representation of color #BFCD5A: hue angle of 67.3º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFCD5A is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB19120590-
CMYK0.0700.560.20
HSL67.3º53.49%57.84%-
HSV(B)67.3º56.1%80.39%-
XYZ45.1655.4818-
YUV187.772.86130.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 205 (80.47% from 255) = 42.18%
BLUE value IS 90 (35.55% from 255) = 18.52%
R=39.30%
G=42.18%
B=18.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191205900.0700.560.2067.353.4957.84
HexBFCD5A70381443353a
Octal2773151327070241036572
Binary101111111100110110110101110111000101001000011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD5A; }

 p { color: rgb(191,205,90); }

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

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

 a { background-color: rgb(191,205,90); }

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

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

 span { border-color: rgb(191,205,90); }

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