#BFCD5D

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

Shades of Wild Willow #BFCD5D

Tints of Wild Willow #BFCD5D

Color information

#BFCD5D (or 0xBFCD5D) is unknown color: approx Wild Willow. HEX triplet: BF, CD and 5D. RGB value is (191,205,93). Sum of RGB (Red+Green+Blue) = 191+205+93=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD5D is #4032A2. Grayscale: #BCBCBC. Windows color (decimal): -4207267 or 6147519. OLE color: 6147519.

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

Color convert

RGB19120593-
CMYK0.0700.550.20
HSL67.5º52.83%58.43%-
HSV(B)67.5º54.63%80.39%-
XYZ45.2955.5318.69-
YUV188.0574.36130.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 205 (80.47% from 255) = 41.92%
BLUE value IS 93 (36.72% from 255) = 19.02%
R=39.06%
G=41.92%
B=19.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191205930.0700.550.2067.552.8358.43
HexBFCD5D70371444353a
Octal2773151357067241046572
Binary101111111100110110111011110110111101001000100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD5D; }

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

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

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

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

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

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

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

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