Html Css Color HEX #BFC665 Wild Willow

📋 copy color: '#BFC665'

red 191 ◦ green 198 ◦ blue 101

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

Shades of Wild Willow #BFC665

Tints of Wild Willow #BFC665

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.41%

 BLUE value IS 101 (39.84% from 255) = 20.61%

R = 38.98%
G = 40.41%
B = 20.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#BFC665 (or 0xBFC665) is known color: Wild Willow. HEX triplet: BF, C6 and 65. RGB value is (191,198,101). Sum of RGB (Red+Green+Blue) = 191+198+101=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC665 is #40399A. Grayscale: #B9B9B9. Windows color (decimal): -4209051 or 6670015. OLE color: 6670015.

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

Color convert

RGB 191 198 101 -
CMYK 0.04 0 0.49 0.22
HSL 64.33º 0.46% 0.59% -
HSV(B) 64.33º 0.49% 0.78% -
XYZ 44.03 52.4 20.11 -
YUV 184.85 80.68 132.39 -
System Red Green Blue C M Y K H S L
Decimal 191 198 101 0.04 0 0.49 0.22 64.33 0.46 0.59
Hex BF C6 65 4 0 31 16 40 2E 3B
Octal 277 306 145 4 0 61 26 100 56 73
Binary 10111111 11000110 1100101 100 0 110001 10110 1000000 101110 111011

Color Harmonies of #BFC665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC665

Black with #BFC665

Text Example


Text Example

White with #BFC665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC665; }

 p { color: rgb(191,198,101); }

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

background-color css

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

 a { background-color: rgb(191,198,101); }

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

border-color css

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

 span { border-color: rgb(191,198,101); }

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