Html Css Color HEX #BFC963 Wild Willow

📋 copy color: '#BFC963'

red 191 ◦ green 201 ◦ blue 99

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

Shades of Wild Willow #BFC963

Tints of Wild Willow #BFC963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.16%

R = 38.9%
G = 40.94%
B = 20.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#BFC963 (or 0xBFC963) is known color: Wild Willow. HEX triplet: BF, C9 and 63. RGB value is (191,201,99). Sum of RGB (Red+Green+Blue) = 191+201+99=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC963 is #40369C. Grayscale: #BABABA. Windows color (decimal): -4208285 or 6539711. OLE color: 6539711.

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

Color convert

RGB 191 201 99 -
CMYK 0.05 0 0.51 0.21
HSL 65.88º 0.49% 0.59% -
HSV(B) 65.88º 0.51% 0.79% -
XYZ 44.62 53.75 19.83 -
YUV 186.38 78.69 131.29 -
System Red Green Blue C M Y K H S L
Decimal 191 201 99 0.05 0 0.51 0.21 65.88 0.49 0.59
Hex BF C9 63 5 0 33 15 42 31 3B
Octal 277 311 143 5 0 63 25 102 61 73
Binary 10111111 11001001 1100011 101 0 110011 10101 1000010 110001 111011

Color Harmonies of #BFC963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC963

Black with #BFC963

Text Example


Text Example

White with #BFC963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC963; }

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

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

background-color css

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

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

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

border-color css

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

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

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