Html Css Color HEX #BFC161 Wild Willow

📋 copy color: '#BFC161'

red 191 ◦ green 193 ◦ blue 97

#BFC161
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #BFC161

Tints of Wild Willow #BFC161

RGB

 RED value IS 191 (75% from 255) = 39.71%

 GREEN value IS 193 (75.78% from 255) = 40.12%

 BLUE value IS 97 (38.28% from 255) = 20.17%

R = 39.71%
G = 40.12%
B = 20.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#BFC161 (or 0xBFC161) is known color: Wild Willow. HEX triplet: BF, C1 and 61. RGB value is (191,193,97). Sum of RGB (Red+Green+Blue) = 191+193+97=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC161 is #403E9E. Grayscale: #B5B5B5. Windows color (decimal): -4210335 or 6406591. OLE color: 6406591.

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

Color convert

RGB 191 193 97 -
CMYK 0.01 0 0.50 0.24
HSL 61.25º 0.44% 0.57% -
HSV(B) 61.25º 0.5% 0.76% -
XYZ 42.71 50.08 18.72 -
YUV 181.46 80.34 134.81 -
System Red Green Blue C M Y K H S L
Decimal 191 193 97 0.01 0 0.50 0.24 61.25 0.44 0.57
Hex BF C1 61 1 0 32 18 3D 2C 39
Octal 277 301 141 1 0 62 30 75 54 71
Binary 10111111 11000001 1100001 1 0 110010 11000 111101 101100 111001

Color Harmonies of #BFC161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC161

Black with #BFC161

Text Example


Text Example

White with #BFC161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC161; }

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

 H1.HeaderClassName
 {
   color: #BFC161;
 }
 .AnyTagClassName
 {
   color: #BFC161;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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