#BFC762

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

Shades of Wild Willow #BFC762

Tints of Wild Willow #BFC762

Color information

#BFC762 (or 0xBFC762) is unknown color: approx Wild Willow. HEX triplet: BF, C7 and 62. RGB value is (191,199,98). Sum of RGB (Red+Green+Blue) = 191+199+98=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC762 is #40389D. Grayscale: #B9B9B9. Windows color (decimal): -4208798 or 6473663. OLE color: 6473663.

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

Color convert

RGB19119998-
CMYK0.0400.510.22
HSL64.75º47.42%58.24%-
HSV(B)64.75º50.75%78.04%-
XYZ44.1152.8119.42-
YUV185.0978.85132.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 199 (78.12% from 255) = 40.78%
BLUE value IS 98 (38.67% from 255) = 20.08%
R=39.14%
G=40.78%
B=20.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191199980.0400.510.2264.7547.4258.24
HexBFC762403316412f3a
Octal2773071424063261015772
Binary101111111100011111000101000110011101101000001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC762; }

 p { color: rgb(191,199,98); }

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

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

 a { background-color: rgb(191,199,98); }

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

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

 span { border-color: rgb(191,199,98); }

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