Html Css Color HEX #BFD964 Wild Willow

📋 copy color: '#BFD964'

red 191 ◦ green 217 ◦ blue 100

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

Shades of Wild Willow #BFD964

Tints of Wild Willow #BFD964

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.72%

 BLUE value IS 100 (39.45% from 255) = 19.69%

R = 37.6%
G = 42.72%
B = 19.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#BFD964 (or 0xBFD964) is known color: Wild Willow. HEX triplet: BF, D9 and 64. RGB value is (191,217,100). Sum of RGB (Red+Green+Blue) = 191+217+100=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD964 is #40269B. Grayscale: #C4C4C4. Windows color (decimal): -4204188 or 6609343. OLE color: 6609343.

HSL color Cylindrical-coordinate representation of color #BFD964: hue angle of 73.33º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFD964 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 217 100 -
CMYK 0.12 0 0.54 0.15
HSL 73.33º 0.61% 0.62% -
HSV(B) 73.33º 0.54% 0.85% -
XYZ 48.6 61.62 21.39 -
YUV 195.89 73.89 124.51 -
System Red Green Blue C M Y K H S L
Decimal 191 217 100 0.12 0 0.54 0.15 73.33 0.61 0.62
Hex BF D9 64 C 0 36 F 49 3D 3E
Octal 277 331 144 14 0 66 17 111 75 76
Binary 10111111 11011001 1100100 1100 0 110110 1111 1001001 111101 111110

Color Harmonies of #BFD964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD964

Black with #BFD964

Text Example


Text Example

White with #BFD964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD964; }

 p { color: rgb(191,217,100); }

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

background-color css

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

 a { background-color: rgb(191,217,100); }

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

border-color css

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

 span { border-color: rgb(191,217,100); }

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