Html Css Color HEX #BFC966 Wild Willow

📋 copy color: '#BFC966'

red 191 ◦ green 201 ◦ blue 102

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

Shades of Wild Willow #BFC966

Tints of Wild Willow #BFC966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.65%

R = 38.66%
G = 40.69%
B = 20.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#BFC966 (or 0xBFC966) is known color: Wild Willow. HEX triplet: BF, C9 and 66. RGB value is (191,201,102). Sum of RGB (Red+Green+Blue) = 191+201+102=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC966 is #403699. Grayscale: #BBBBBB. Windows color (decimal): -4208282 or 6736319. OLE color: 6736319.

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

Color convert

RGB 191 201 102 -
CMYK 0.05 0 0.49 0.21
HSL 66.06º 0.48% 0.59% -
HSV(B) 66.06º 0.49% 0.79% -
XYZ 44.77 53.81 20.6 -
YUV 186.72 80.19 131.05 -
System Red Green Blue C M Y K H S L
Decimal 191 201 102 0.05 0 0.49 0.21 66.06 0.48 0.59
Hex BF C9 66 5 0 31 15 42 30 3B
Octal 277 311 146 5 0 61 25 102 60 73
Binary 10111111 11001001 1100110 101 0 110001 10101 1000010 110000 111011

Color Harmonies of #BFC966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC966

Black with #BFC966

Text Example


Text Example

White with #BFC966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC966; }

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

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

background-color css

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

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

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

border-color css

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

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

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