Html Css Color HEX #BFC56A Wild Willow

📋 copy color: '#BFC56A'

red 191 ◦ green 197 ◦ blue 106

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

Shades of Wild Willow #BFC56A

Tints of Wild Willow #BFC56A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.88%

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

R = 38.66%
G = 39.88%
B = 21.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#BFC56A (or 0xBFC56A) is known color: Wild Willow. HEX triplet: BF, C5 and 6A. RGB value is (191,197,106). Sum of RGB (Red+Green+Blue) = 191+197+106=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC56A is #403A95. Grayscale: #B9B9B9. Windows color (decimal): -4209302 or 6997439. OLE color: 6997439.

HSL color Cylindrical-coordinate representation of color #BFC56A: hue angle of 63.96º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFC56A is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 197 106 -
CMYK 0.03 0 0.46 0.23
HSL 63.96º 0.44% 0.59% -
HSV(B) 63.96º 0.46% 0.77% -
XYZ 44.05 52.05 21.36 -
YUV 184.83 83.51 132.4 -
System Red Green Blue C M Y K H S L
Decimal 191 197 106 0.03 0 0.46 0.23 63.96 0.44 0.59
Hex BF C5 6A 3 0 2E 17 40 2C 3B
Octal 277 305 152 3 0 56 27 100 54 73
Binary 10111111 11000101 1101010 11 0 101110 10111 1000000 101100 111011

Color Harmonies of #BFC56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC56A

Black with #BFC56A

Text Example


Text Example

White with #BFC56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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