Html Css Color HEX #BFC463 Wild Willow

📋 copy color: '#BFC463'

red 191 ◦ green 196 ◦ blue 99

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

Shades of Wild Willow #BFC463

Tints of Wild Willow #BFC463

RGB

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

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

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

R = 39.3%
G = 40.33%
B = 20.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#BFC463 (or 0xBFC463) is known color: Wild Willow. HEX triplet: BF, C4 and 63. RGB value is (191,196,99). Sum of RGB (Red+Green+Blue) = 191+196+99=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC463 is #403B9C. Grayscale: #B7B7B7. Windows color (decimal): -4209565 or 6538431. OLE color: 6538431.

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

Color convert

RGB 191 196 99 -
CMYK 0.03 0 0.49 0.23
HSL 63.09º 0.45% 0.58% -
HSV(B) 63.09º 0.49% 0.77% -
XYZ 43.48 51.46 19.45 -
YUV 183.45 80.34 133.39 -
System Red Green Blue C M Y K H S L
Decimal 191 196 99 0.03 0 0.49 0.23 63.09 0.45 0.58
Hex BF C4 63 3 0 31 17 3F 2D 3A
Octal 277 304 143 3 0 61 27 77 55 72
Binary 10111111 11000100 1100011 11 0 110001 10111 111111 101101 111010

Color Harmonies of #BFC463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC463

Black with #BFC463

Text Example


Text Example

White with #BFC463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC463; }

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

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

background-color css

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

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

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

border-color css

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

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

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