Html Css Color HEX #BFD664 Wild Willow

📋 copy color: '#BFD664'

red 191 ◦ green 214 ◦ blue 100

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

Shades of Wild Willow #BFD664

Tints of Wild Willow #BFD664

RGB

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

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

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

R = 37.82%
G = 42.38%
B = 19.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#BFD664 (or 0xBFD664) is known color: Wild Willow. HEX triplet: BF, D6 and 64. RGB value is (191,214,100). Sum of RGB (Red+Green+Blue) = 191+214+100=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD664 is #40299B. Grayscale: #C2C2C2. Windows color (decimal): -4204956 or 6608575. OLE color: 6608575.

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

Color convert

RGB 191 214 100 -
CMYK 0.11 0 0.53 0.16
HSL 72.11º 0.58% 0.62% -
HSV(B) 72.11º 0.53% 0.84% -
XYZ 47.83 60.09 21.13 -
YUV 194.13 74.88 125.77 -
System Red Green Blue C M Y K H S L
Decimal 191 214 100 0.11 0 0.53 0.16 72.11 0.58 0.62
Hex BF D6 64 B 0 35 10 48 3A 3E
Octal 277 326 144 13 0 65 20 110 72 76
Binary 10111111 11010110 1100100 1011 0 110101 10000 1001000 111010 111110

Color Harmonies of #BFD664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD664

Black with #BFD664

Text Example


Text Example

White with #BFD664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD664; }

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

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

background-color css

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

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

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

border-color css

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

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

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