#bfd670

Color #BFD670 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BFD670

Tints of Wild Willow #BFD670

Color information

#BFD670 (or 0xBFD670) is unknown color: approx 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

RGB191214112-
CMYK0.1100.480.16
HSL73.53º55.43%63.92%-
HSV(B)73.53º47.66%83.92%-
XYZ48.4660.3424.42-
YUV195.4980.88124.79-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912141120.1100.480.1673.5355.4363.92
HexBFD670B030104a3740
Octal277326160130602011267100
Binary10111111110101101110000101101100001000010010101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfd670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>