#bfcf5c

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

Shades of Wild Willow #BFCF5C

Tints of Wild Willow #BFCF5C

Color information

#BFCF5C (or 0xBFCF5C) is unknown color: approx Wild Willow. HEX triplet: BF, CF and 5C. RGB value is (191,207,92). Sum of RGB (Red+Green+Blue) = 191+207+92=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF5C is #4030A3. Grayscale: #BDBDBD. Windows color (decimal): -4206756 or 6082495. OLE color: 6082495.

HSL color Cylindrical-coordinate representation of color #BFCF5C: hue angle of 68.35º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFCF5C is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB19120792-
CMYK0.0800.560.19
HSL68.35º54.5%58.63%-
HSV(B)68.35º55.56%81.18%-
XYZ45.7356.4718.62-
YUV189.1173.2129.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 207 (81.25% from 255) = 42.24%
BLUE value IS 92 (36.33% from 255) = 18.78%
R=38.98%
G=42.24%
B=18.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191207920.0800.560.1968.3554.558.63
HexBFCF5C80381344373b
Octal27731713410070231046773
Binary1011111111001111101110010000111000100111000100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfcf5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfcf5c; }

 p { color: rgb(191,207,92); }

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

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

 a { background-color: rgb(191,207,92); }

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

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

 span { border-color: rgb(191,207,92); }

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