Html Css Color HEX #BFD14D Wild Willow

📋 copy color: '#BFD14D'

red 191 ◦ green 209 ◦ blue 77

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

Shades of Wild Willow #BFD14D

Tints of Wild Willow #BFD14D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.82%

 BLUE value IS 77 (30.47% from 255) = 16.14%

R = 40.04%
G = 43.82%
B = 16.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#BFD14D (or 0xBFD14D) is known color: Wild Willow. HEX triplet: BF, D1 and 4D. RGB value is (191,209,77). Sum of RGB (Red+Green+Blue) = 191+209+77=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD14D is #402EB2. Grayscale: #BDBDBD. Windows color (decimal): -4206259 or 5099967. OLE color: 5099967.

HSL color Cylindrical-coordinate representation of color #BFD14D: hue angle of 68.18º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFD14D is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 209 77 -
CMYK 0.09 0 0.63 0.18
HSL 68.18º 0.59% 0.56% -
HSV(B) 68.18º 0.63% 0.82% -
XYZ 45.63 57.21 15.66 -
YUV 188.57 65.04 129.73 -
System Red Green Blue C M Y K H S L
Decimal 191 209 77 0.09 0 0.63 0.18 68.18 0.59 0.56
Hex BF D1 4D 9 0 3F 12 44 3B 38
Octal 277 321 115 11 0 77 22 104 73 70
Binary 10111111 11010001 1001101 1001 0 111111 10010 1000100 111011 111000

Color Harmonies of #BFD14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD14D

Black with #BFD14D

Text Example


Text Example

White with #BFD14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD14D; }

 p { color: rgb(191,209,77); }

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

background-color css

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

 a { background-color: rgb(191,209,77); }

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

border-color css

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

 span { border-color: rgb(191,209,77); }

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