Html Css Color HEX #BFC668 Wild Willow

📋 copy color: '#BFC668'

red 191 ◦ green 198 ◦ blue 104

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

Shades of Wild Willow #BFC668

Tints of Wild Willow #BFC668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.1%

R = 38.74%
G = 40.16%
B = 21.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#BFC668 (or 0xBFC668) is known color: Wild Willow. HEX triplet: BF, C6 and 68. RGB value is (191,198,104). Sum of RGB (Red+Green+Blue) = 191+198+104=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC668 is #403997. Grayscale: #B9B9B9. Windows color (decimal): -4209048 or 6866623. OLE color: 6866623.

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

Color convert

RGB 191 198 104 -
CMYK 0.04 0 0.47 0.22
HSL 64.47º 0.45% 0.59% -
HSV(B) 64.47º 0.47% 0.78% -
XYZ 44.18 52.46 20.89 -
YUV 185.19 82.18 132.14 -
System Red Green Blue C M Y K H S L
Decimal 191 198 104 0.04 0 0.47 0.22 64.47 0.45 0.59
Hex BF C6 68 4 0 2F 16 40 2D 3B
Octal 277 306 150 4 0 57 26 100 55 73
Binary 10111111 11000110 1101000 100 0 101111 10110 1000000 101101 111011

Color Harmonies of #BFC668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC668

Black with #BFC668

Text Example


Text Example

White with #BFC668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC668; }

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

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

background-color css

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

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

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

border-color css

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

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

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