#BFC162

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

Shades of Wild Willow #BFC162

Tints of Wild Willow #BFC162

Color information

#BFC162 (or 0xBFC162) is unknown color: approx Wild Willow. HEX triplet: BF, C1 and 62. RGB value is (191,193,98). Sum of RGB (Red+Green+Blue) = 191+193+98=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC162 is #403E9D. Grayscale: #B5B5B5. Windows color (decimal): -4210334 or 6472127. OLE color: 6472127.

HSL color Cylindrical-coordinate representation of color #BFC162: hue angle of 61.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFC162 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB19119398-
CMYK0.0100.490.24
HSL61.26º43.38%57.06%-
HSV(B)61.26º49.22%75.69%-
XYZ42.7650.118.97-
YUV181.5780.84134.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 193 (75.78% from 255) = 40.04%
BLUE value IS 98 (38.67% from 255) = 20.33%
R=39.63%
G=40.04%
B=20.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191193980.0100.490.2461.2643.3857.06
HexBFC1621031183d2b39
Octal277301142106130755371
Binary101111111100000111000101011000111000111101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC162; }

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

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

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

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

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

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

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

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