Html Css Color HEX #BFC564 Wild Willow

📋 copy color: '#BFC564'

red 191 ◦ green 197 ◦ blue 100

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

Shades of Wild Willow #BFC564

Tints of Wild Willow #BFC564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.49%

R = 39.14%
G = 40.37%
B = 20.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#BFC564 (or 0xBFC564) is known color: Wild Willow. HEX triplet: BF, C5 and 64. RGB value is (191,197,100). Sum of RGB (Red+Green+Blue) = 191+197+100=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC564 is #403A9B. Grayscale: #B8B8B8. Windows color (decimal): -4209308 or 6604223. OLE color: 6604223.

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

Color convert

RGB 191 197 100 -
CMYK 0.03 0 0.49 0.23
HSL 63.71º 0.46% 0.58% -
HSV(B) 63.71º 0.49% 0.77% -
XYZ 43.75 51.93 19.77 -
YUV 184.15 80.51 132.89 -
System Red Green Blue C M Y K H S L
Decimal 191 197 100 0.03 0 0.49 0.23 63.71 0.46 0.58
Hex BF C5 64 3 0 31 17 40 2E 3A
Octal 277 305 144 3 0 61 27 100 56 72
Binary 10111111 11000101 1100100 11 0 110001 10111 1000000 101110 111010

Color Harmonies of #BFC564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC564

Black with #BFC564

Text Example


Text Example

White with #BFC564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC564; }

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

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

background-color css

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

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

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

border-color css

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

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

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