Html Css Color HEX #BFC860 Wild Willow

📋 copy color: '#BFC860'

red 191 ◦ green 200 ◦ blue 96

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

Shades of Wild Willow #BFC860

Tints of Wild Willow #BFC860

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.07%

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

R = 39.22%
G = 41.07%
B = 19.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#BFC860 (or 0xBFC860) is known color: Wild Willow. HEX triplet: BF, C8 and 60. RGB value is (191,200,96). Sum of RGB (Red+Green+Blue) = 191+200+96=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC860 is #40379F. Grayscale: #B9B9B9. Windows color (decimal): -4208544 or 6342847. OLE color: 6342847.

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

Color convert

RGB 191 200 96 -
CMYK 0.04 0 0.52 0.22
HSL 65.19º 0.49% 0.58% -
HSV(B) 65.19º 0.52% 0.78% -
XYZ 44.25 53.23 19.01 -
YUV 185.45 77.52 131.96 -
System Red Green Blue C M Y K H S L
Decimal 191 200 96 0.04 0 0.52 0.22 65.19 0.49 0.58
Hex BF C8 60 4 0 34 16 41 31 3A
Octal 277 310 140 4 0 64 26 101 61 72
Binary 10111111 11001000 1100000 100 0 110100 10110 1000001 110001 111010

Color Harmonies of #BFC860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC860

Black with #BFC860

Text Example


Text Example

White with #BFC860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC860; }

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

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

background-color css

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

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

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

border-color css

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

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

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