Html Css Color HEX #BFD65F Wild Willow

📋 copy color: '#BFD65F'

red 191 ◦ green 214 ◦ blue 95

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

Shades of Wild Willow #BFD65F

Tints of Wild Willow #BFD65F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.8%

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

R = 38.2%
G = 42.8%
B = 19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#BFD65F (or 0xBFD65F) is known color: Wild Willow. HEX triplet: BF, D6 and 5F. RGB value is (191,214,95). Sum of RGB (Red+Green+Blue) = 191+214+95=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD65F is #4029A0. Grayscale: #C2C2C2. Windows color (decimal): -4204961 or 6280895. OLE color: 6280895.

HSL color Cylindrical-coordinate representation of color #BFD65F: hue angle of 71.6º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFD65F is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 214 95 -
CMYK 0.11 0 0.56 0.16
HSL 71.6º 0.59% 0.61% -
HSV(B) 71.6º 0.56% 0.84% -
XYZ 47.6 60 19.9 -
YUV 193.56 72.38 126.18 -
System Red Green Blue C M Y K H S L
Decimal 191 214 95 0.11 0 0.56 0.16 71.6 0.59 0.61
Hex BF D6 5F B 0 38 10 48 3B 3D
Octal 277 326 137 13 0 70 20 110 73 75
Binary 10111111 11010110 1011111 1011 0 111000 10000 1001000 111011 111101

Color Harmonies of #BFD65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD65F

Black with #BFD65F

Text Example


Text Example

White with #BFD65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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