#BFC870

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

Shades of Wild Willow #BFC870

Tints of Wild Willow #BFC870

Color information

#BFC870 (or 0xBFC870) is unknown color: approx Wild Willow. HEX triplet: BF, C8 and 70. RGB value is (191,200,112). Sum of RGB (Red+Green+Blue) = 191+200+112=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC870 is #40378F. Grayscale: #BBBBBB. Windows color (decimal): -4208528 or 7391423. OLE color: 7391423.

HSL color Cylindrical-coordinate representation of color #BFC870: hue angle of 66.14º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFC870 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB191200112-
CMYK0.0400.440.22
HSL66.14º44.44%61.18%-
HSV(B)66.14º44%78.43%-
XYZ45.0653.5523.29-
YUV187.2885.52130.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 200 (78.52% from 255) = 39.76%
BLUE value IS 112 (44.14% from 255) = 22.27%
R=37.97%
G=39.76%
B=22.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001120.0400.440.2266.1444.4461.18
HexBFC870402C16422c3d
Octal2773101604054261025475
Binary101111111100100011100001000101100101101000010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC870; }

 p { color: rgb(191,200,112); }

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

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

 a { background-color: rgb(191,200,112); }

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

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

 span { border-color: rgb(191,200,112); }

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