Html Css Color HEX #BFD670 Wild Willow

📋 copy color: '#BFD670'

red 191 ◦ green 214 ◦ blue 112

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

Shades of Wild Willow #BFD670

Tints of Wild Willow #BFD670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.66%

R = 36.94%
G = 41.39%
B = 21.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#BFD670 (or 0xBFD670) is known color: Wild Willow. HEX triplet: BF, D6 and 70. RGB value is (191,214,112). Sum of RGB (Red+Green+Blue) = 191+214+112=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD670 is #40298F. Grayscale: #C3C3C3. Windows color (decimal): -4204944 or 7395007. OLE color: 7395007.

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

Color convert

RGB 191 214 112 -
CMYK 0.11 0 0.48 0.16
HSL 73.53º 0.55% 0.64% -
HSV(B) 73.53º 0.48% 0.84% -
XYZ 48.46 60.34 24.42 -
YUV 195.5 80.88 124.79 -
System Red Green Blue C M Y K H S L
Decimal 191 214 112 0.11 0 0.48 0.16 73.53 0.55 0.64
Hex BF D6 70 B 0 30 10 4A 37 40
Octal 277 326 160 13 0 60 20 112 67 100
Binary 10111111 11010110 1110000 1011 0 110000 10000 1001010 110111 1000000

Color Harmonies of #BFD670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD670

Black with #BFD670

Text Example


Text Example

White with #BFD670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD670; }

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

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

background-color css

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

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

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

border-color css

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

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

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