Html Css Color HEX #BFC260 Wild Willow

📋 copy color: '#BFC260'

red 191 ◦ green 194 ◦ blue 96

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

Shades of Wild Willow #BFC260

Tints of Wild Willow #BFC260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.96%

R = 39.71%
G = 40.33%
B = 19.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#BFC260 (or 0xBFC260) is known color: Wild Willow. HEX triplet: BF, C2 and 60. RGB value is (191,194,96). Sum of RGB (Red+Green+Blue) = 191+194+96=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC260 is #403D9F. Grayscale: #B6B6B6. Windows color (decimal): -4210080 or 6341311. OLE color: 6341311.

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

Color convert

RGB 191 194 96 -
CMYK 0.02 0 0.51 0.24
HSL 61.84º 0.45% 0.57% -
HSV(B) 61.84º 0.51% 0.76% -
XYZ 42.89 50.5 18.55 -
YUV 181.93 79.51 134.47 -
System Red Green Blue C M Y K H S L
Decimal 191 194 96 0.02 0 0.51 0.24 61.84 0.45 0.57
Hex BF C2 60 2 0 33 18 3E 2D 39
Octal 277 302 140 2 0 63 30 76 55 71
Binary 10111111 11000010 1100000 10 0 110011 11000 111110 101101 111001

Color Harmonies of #BFC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC260

Black with #BFC260

Text Example


Text Example

White with #BFC260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC260; }

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

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

background-color css

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

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

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

border-color css

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

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

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