Html Css Color HEX #BFC561 Wild Willow

📋 copy color: '#BFC561'

red 191 ◦ green 197 ◦ blue 97

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

Shades of Wild Willow #BFC561

Tints of Wild Willow #BFC561

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.62%

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

R = 39.38%
G = 40.62%
B = 20%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#BFC561 (or 0xBFC561) is known color: Wild Willow. HEX triplet: BF, C5 and 61. RGB value is (191,197,97). Sum of RGB (Red+Green+Blue) = 191+197+97=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC561 is #403A9E. Grayscale: #B8B8B8. Windows color (decimal): -4209311 or 6407615. OLE color: 6407615.

HSL color Cylindrical-coordinate representation of color #BFC561: hue angle of 63.6º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFC561 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 197 97 -
CMYK 0.03 0 0.51 0.23
HSL 63.6º 0.46% 0.58% -
HSV(B) 63.6º 0.51% 0.77% -
XYZ 43.61 51.87 19.02 -
YUV 183.81 79.01 133.13 -
System Red Green Blue C M Y K H S L
Decimal 191 197 97 0.03 0 0.51 0.23 63.6 0.46 0.58
Hex BF C5 61 3 0 33 17 40 2E 3A
Octal 277 305 141 3 0 63 27 100 56 72
Binary 10111111 11000101 1100001 11 0 110011 10111 1000000 101110 111010

Color Harmonies of #BFC561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC561

Black with #BFC561

Text Example


Text Example

White with #BFC561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC561; }

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

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

background-color css

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

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

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

border-color css

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

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

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