Html Css Color HEX #BFC86A Wild Willow

📋 copy color: '#BFC86A'

red 191 ◦ green 200 ◦ blue 106

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

Shades of Wild Willow #BFC86A

Tints of Wild Willow #BFC86A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.33%

R = 38.43%
G = 40.24%
B = 21.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#BFC86A (or 0xBFC86A) is known color: Wild Willow. HEX triplet: BF, C8 and 6A. RGB value is (191,200,106). Sum of RGB (Red+Green+Blue) = 191+200+106=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC86A is #403795. Grayscale: #BABABA. Windows color (decimal): -4208534 or 6998207. OLE color: 6998207.

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

Color convert

RGB 191 200 106 -
CMYK 0.04 0 0.47 0.22
HSL 65.74º 0.46% 0.6% -
HSV(B) 65.74º 0.47% 0.78% -
XYZ 44.74 53.43 21.59 -
YUV 186.59 82.52 131.14 -
System Red Green Blue C M Y K H S L
Decimal 191 200 106 0.04 0 0.47 0.22 65.74 0.46 0.6
Hex BF C8 6A 4 0 2F 16 42 2E 3C
Octal 277 310 152 4 0 57 26 102 56 74
Binary 10111111 11001000 1101010 100 0 101111 10110 1000010 101110 111100

Color Harmonies of #BFC86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC86A

Black with #BFC86A

Text Example


Text Example

White with #BFC86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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