Html Css Color HEX #BFD461 Wild Willow

📋 copy color: '#BFD461'

red 191 ◦ green 212 ◦ blue 97

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

Shades of Wild Willow #BFD461

Tints of Wild Willow #BFD461

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.4%

 BLUE value IS 97 (38.28% from 255) = 19.4%

R = 38.2%
G = 42.4%
B = 19.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#BFD461 (or 0xBFD461) is known color: Wild Willow. HEX triplet: BF, D4 and 61. RGB value is (191,212,97). Sum of RGB (Red+Green+Blue) = 191+212+97=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD461 is #402B9E. Grayscale: #C1C1C1. Windows color (decimal): -4205471 or 6411455. OLE color: 6411455.

HSL color Cylindrical-coordinate representation of color #BFD461: hue angle of 70.96º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFD461 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 212 97 -
CMYK 0.10 0 0.54 0.17
HSL 70.96º 0.57% 0.61% -
HSV(B) 70.96º 0.54% 0.83% -
XYZ 47.19 59.03 20.22 -
YUV 192.61 74.04 126.85 -
System Red Green Blue C M Y K H S L
Decimal 191 212 97 0.10 0 0.54 0.17 70.96 0.57 0.61
Hex BF D4 61 A 0 36 11 47 39 3D
Octal 277 324 141 12 0 66 21 107 71 75
Binary 10111111 11010100 1100001 1010 0 110110 10001 1000111 111001 111101

Color Harmonies of #BFD461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD461

Black with #BFD461

Text Example


Text Example

White with #BFD461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD461; }

 p { color: rgb(191,212,97); }

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

background-color css

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

 a { background-color: rgb(191,212,97); }

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

border-color css

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

 span { border-color: rgb(191,212,97); }

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