Html Css Color HEX #BFC261 Wild Willow

📋 copy color: '#BFC261'

red 191 ◦ green 194 ◦ blue 97

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

Shades of Wild Willow #BFC261

Tints of Wild Willow #BFC261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.25%

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

R = 39.63%
G = 40.25%
B = 20.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#BFC261 (or 0xBFC261) is known color: Wild Willow. HEX triplet: BF, C2 and 61. RGB value is (191,194,97). Sum of RGB (Red+Green+Blue) = 191+194+97=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC261 is #403D9E. Grayscale: #B6B6B6. Windows color (decimal): -4210079 or 6406847. OLE color: 6406847.

HSL color Cylindrical-coordinate representation of color #BFC261: hue angle of 61.86º 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 #BFC261 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 194 97 -
CMYK 0.02 0 0.50 0.24
HSL 61.86º 0.44% 0.57% -
HSV(B) 61.86º 0.5% 0.76% -
XYZ 42.94 50.52 18.8 -
YUV 182.05 80.01 134.39 -
System Red Green Blue C M Y K H S L
Decimal 191 194 97 0.02 0 0.50 0.24 61.86 0.44 0.57
Hex BF C2 61 2 0 32 18 3E 2C 39
Octal 277 302 141 2 0 62 30 76 54 71
Binary 10111111 11000010 1100001 10 0 110010 11000 111110 101100 111001

Color Harmonies of #BFC261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC261

Black with #BFC261

Text Example


Text Example

White with #BFC261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC261; }

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

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

background-color css

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

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

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

border-color css

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

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

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