Html Css Color HEX #BFC960 Wild Willow

📋 copy color: '#BFC960'

red 191 ◦ green 201 ◦ blue 96

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

Shades of Wild Willow #BFC960

Tints of Wild Willow #BFC960

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.19%

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

R = 39.14%
G = 41.19%
B = 19.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#BFC960 (or 0xBFC960) is known color: Wild Willow. HEX triplet: BF, C9 and 60. RGB value is (191,201,96). Sum of RGB (Red+Green+Blue) = 191+201+96=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC960 is #40369F. Grayscale: #BABABA. Windows color (decimal): -4208288 or 6343103. OLE color: 6343103.

HSL color Cylindrical-coordinate representation of color #BFC960: hue angle of 65.71º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFC960 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 96 -
CMYK 0.05 0 0.52 0.21
HSL 65.71º 0.49% 0.58% -
HSV(B) 65.71º 0.52% 0.79% -
XYZ 44.48 53.69 19.09 -
YUV 186.04 77.19 131.54 -
System Red Green Blue C M Y K H S L
Decimal 191 201 96 0.05 0 0.52 0.21 65.71 0.49 0.58
Hex BF C9 60 5 0 34 15 42 31 3A
Octal 277 311 140 5 0 64 25 102 61 72
Binary 10111111 11001001 1100000 101 0 110100 10101 1000010 110001 111010

Color Harmonies of #BFC960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC960

Black with #BFC960

Text Example


Text Example

White with #BFC960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC960; }

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

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

background-color css

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

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

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

border-color css

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

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

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