Html Css Color HEX #BFC466 Wild Willow

📋 copy color: '#BFC466'

red 191 ◦ green 196 ◦ blue 102

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

Shades of Wild Willow #BFC466

Tints of Wild Willow #BFC466

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.08%

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

R = 39.06%
G = 40.08%
B = 20.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#BFC466 (or 0xBFC466) is known color: Wild Willow. HEX triplet: BF, C4 and 66. RGB value is (191,196,102). Sum of RGB (Red+Green+Blue) = 191+196+102=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC466 is #403B99. Grayscale: #B8B8B8. Windows color (decimal): -4209562 or 6735039. OLE color: 6735039.

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

Color convert

RGB 191 196 102 -
CMYK 0.03 0 0.48 0.23
HSL 63.19º 0.44% 0.58% -
HSV(B) 63.19º 0.48% 0.77% -
XYZ 43.62 51.52 20.21 -
YUV 183.79 81.84 133.14 -
System Red Green Blue C M Y K H S L
Decimal 191 196 102 0.03 0 0.48 0.23 63.19 0.44 0.58
Hex BF C4 66 3 0 30 17 3F 2C 3A
Octal 277 304 146 3 0 60 27 77 54 72
Binary 10111111 11000100 1100110 11 0 110000 10111 111111 101100 111010

Color Harmonies of #BFC466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC466

Black with #BFC466

Text Example


Text Example

White with #BFC466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC466; }

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

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

background-color css

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

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

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

border-color css

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

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

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