Html Css Color HEX #BFD164 Wild Willow

📋 copy color: '#BFD164'

red 191 ◦ green 209 ◦ blue 100

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

Shades of Wild Willow #BFD164

Tints of Wild Willow #BFD164

RGB

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

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

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

R = 38.2%
G = 41.8%
B = 20%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#BFD164 (or 0xBFD164) is known color: Wild Willow. HEX triplet: BF, D1 and 64. RGB value is (191,209,100). Sum of RGB (Red+Green+Blue) = 191+209+100=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD164 is #402E9B. Grayscale: #BFBFBF. Windows color (decimal): -4206236 or 6607295. OLE color: 6607295.

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

Color convert

RGB 191 209 100 -
CMYK 0.09 0 0.52 0.18
HSL 69.91º 0.54% 0.61% -
HSV(B) 69.91º 0.52% 0.82% -
XYZ 46.59 57.6 20.72 -
YUV 191.19 76.54 127.86 -
System Red Green Blue C M Y K H S L
Decimal 191 209 100 0.09 0 0.52 0.18 69.91 0.54 0.61
Hex BF D1 64 9 0 34 12 46 36 3D
Octal 277 321 144 11 0 64 22 106 66 75
Binary 10111111 11010001 1100100 1001 0 110100 10010 1000110 110110 111101

Color Harmonies of #BFD164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD164

Black with #BFD164

Text Example


Text Example

White with #BFD164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD164; }

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

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

background-color css

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

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

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

border-color css

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

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

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