Html Css Color HEX #BFC65F Wild Willow

📋 copy color: '#BFC65F'

red 191 ◦ green 198 ◦ blue 95

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

Shades of Wild Willow #BFC65F

Tints of Wild Willow #BFC65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.63%

R = 39.46%
G = 40.91%
B = 19.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#BFC65F (or 0xBFC65F) is known color: Wild Willow. HEX triplet: BF, C6 and 5F. RGB value is (191,198,95). Sum of RGB (Red+Green+Blue) = 191+198+95=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC65F is #4039A0. Grayscale: #B8B8B8. Windows color (decimal): -4209057 or 6276799. OLE color: 6276799.

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

Color convert

RGB 191 198 95 -
CMYK 0.04 0 0.52 0.22
HSL 64.08º 0.47% 0.57% -
HSV(B) 64.08º 0.52% 0.78% -
XYZ 43.75 52.29 18.61 -
YUV 184.17 77.68 132.88 -
System Red Green Blue C M Y K H S L
Decimal 191 198 95 0.04 0 0.52 0.22 64.08 0.47 0.57
Hex BF C6 5F 4 0 34 16 40 2F 39
Octal 277 306 137 4 0 64 26 100 57 71
Binary 10111111 11000110 1011111 100 0 110100 10110 1000000 101111 111001

Color Harmonies of #BFC65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC65F

Black with #BFC65F

Text Example


Text Example

White with #BFC65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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